Merge branch 'move-t480s-disk-to-nuc' into 'master'
Move t480s disk to nuc See merge request steveeJ/infra!65
This commit is contained in:
commit
d54fb0e96f
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
# TASK: new device
|
||||
hardware.encryptedDisk = {
|
||||
enable = true;
|
||||
diskId = "nvme-Samsung_SSD_970_PRO_1TB_S462NF0K904663D";
|
||||
diskId = "ata-Crucial_CT750MX300SSD1_16161311C7A6";
|
||||
};
|
||||
|
||||
# boot.initrd.availableKernelModules = stage1Modules;
|
||||
|
|
|
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||
|
||||
xorg.xwininfo
|
||||
nmap
|
||||
sysstat
|
||||
];
|
||||
|
||||
# Set Environment Variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue