WIP nix/os/devices: add NUC for work

This commit is contained in:
steveej 2019-11-22 16:38:49 +01:00
parent 6bea703f6d
commit e515d26fbf
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
# TASK: new device
hardware.encryptedDisk = {
enable = true;
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
};
}