boot fix
This commit is contained in:
parent
30f685b71f
commit
d2b61c7e0a
1 changed files with 5 additions and 1 deletions
|
|
@ -28,11 +28,15 @@ in
|
|||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
configurationLimit = 5;
|
||||
gfxmodeEfi = "1920x1200,auto";
|
||||
fontSize = 36;
|
||||
mirroredBoots = [{
|
||||
path = "/boot";
|
||||
efiSysMountPoint = "/efi";
|
||||
devices = [ "nodev" ];
|
||||
}];
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/efi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue