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 = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
mirroredBoots = [
|
mirroredBoots = [
|
||||||
{
|
{
|
||||||
devices = [ "nodev" ];
|
devices = [ "nodev" ];
|
||||||
|
@ -27,7 +26,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = false;
|
canTouchEfiVariables = true;
|
||||||
efiSysMountPoint = "/efi";
|
efiSysMountPoint = "/efi";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue