Change to efivars
This commit is contained in:
parent
40677574ab
commit
fc53cbb8fc
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
|||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
mirroredBoots = [
|
||||
{
|
||||
devices = [ "nodev" ];
|
||||
|
@ -27,7 +26,7 @@
|
|||
];
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = false;
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/efi";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue