7 lines
135 B
Nix
7 lines
135 B
Nix
_: {
|
|
# TASK: new device
|
|
hardware.encryptedDisk = {
|
|
enable = true;
|
|
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
|
|
};
|
|
}
|