7 lines
118 B
Nix
7 lines
118 B
Nix
_: {
|
|
# TASK: new device
|
|
hardware.encryptedDisk = {
|
|
enable = true;
|
|
diskId = "mmc-SL32G_0x259093f6";
|
|
};
|
|
}
|