Update GRUB
This commit is contained in:
parent
6fcd1c16d6
commit
eabf9e5070
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "/dev/sda";
|
device = "/dev/vda";
|
||||||
enableCryptodisk = true;
|
enableCryptodisk = true;
|
||||||
};
|
};
|
||||||
boot.initrd.luks.devices."vda2".device = "/dev/vda2";
|
boot.initrd.luks.devices."vda2".device = "/dev/vda2";
|
||||||
|
|
Loading…
Reference in a new issue