Update GRUB

This commit is contained in:
iFargle 2023-10-05 14:44:34 +09:00
parent 6fcd1c16d6
commit eabf9e5070

View file

@ -2,7 +2,7 @@
boot.loader.grub = {
enable = true;
version = 2;
device = "/dev/sda";
device = "/dev/vda";
enableCryptodisk = true;
};
boot.initrd.luks.devices."vda2".device = "/dev/vda2";