Compare commits
5 commits
3007e31d45
...
1018649c9f
Author | SHA1 | Date | |
---|---|---|---|
1018649c9f | |||
dec5967ab3 | |||
e1b719e5fb | |||
f30aa9b47d | |||
632b4fda33 |
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@
|
|||
|
||||
boot = {
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
};
|
||||
initrd.luks.devices.crypted.device = "/dev/disk/by-label/crypted";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue