infra/nix/os/devices/steveej-nuc7pjyh-work/hw.nix
2023-02-07 18:23:51 +01:00

7 lines
139 B
Nix

{...}: {
# TASK: new device
hardware.encryptedDisk = {
enable = true;
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
};
}