test
This commit is contained in:
parent
4fade30b64
commit
be4f7c8297
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/vda2";
|
device = "/dev/vda";
|
||||||
enableCryptodisk = true;
|
enableCryptodisk = true;
|
||||||
};
|
};
|
||||||
boot.initrd.luks.devices."DISK".device = "/dev/vda2";
|
boot.initrd.luks.devices."DISK".device = "/dev/vda2";
|
||||||
|
|
Loading…
Reference in a new issue