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