This commit is contained in:
iFargle 2023-10-05 19:41:20 +09:00
parent 41f98f9967
commit 564e4fa1cb

View file

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