This commit is contained in:
iFargle 2023-10-05 19:22:19 +09:00
parent 3a9f54fd16
commit 4fade30b64

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";