This commit is contained in:
iFargle 2023-10-05 19:37:08 +09:00
parent c53747a54f
commit 41f98f9967

View file

@ -1,7 +1,7 @@
{ {
boot.loader.grub = { boot.loader.grub = {
enable = true; enable = true;
device = "/dev/vda1"; device = "/dev/vda2";
enableCryptodisk = true; enableCryptodisk = true;
}; };
boot.initrd.luks.devices."DISK".device = "/dev/vda2"; boot.initrd.luks.devices."DISK".device = "/dev/vda2";