WIP nix/os/devices: add NUC for work
This commit is contained in:
parent
6bea703f6d
commit
e515d26fbf
4 changed files with 71 additions and 0 deletions
9
nix/os/devices/steveej-nuc7pjyh-work/hw.nix
Normal file
9
nix/os/devices/steveej-nuc7pjyh-work/hw.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# TASK: new device
|
||||
hardware.encryptedDisk = {
|
||||
enable = true;
|
||||
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue