server7: add server7_ssd0 luks

This commit is contained in:
Astro 2023-03-07 00:06:57 +01:00
parent d96d0fb1fd
commit 49564713b6
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
device = "/dev/disk/by-uuid/ea5b5339-be79-4237-9383-4649e336fae6";
preLVM = true;
};
boot.initrd.luks.devices.server7_ssd0 = {
device = "/dev/disk/by-uuid/7a6035c1-9ab7-416e-b94a-bedc0f1af72b";
preLVM = true;
};
fileSystems."/" =
{ device = "server7-nvme/nixos";