This commit is contained in:
Barrett Ruth 2026-03-02 15:38:12 -05:00
parent 30f685b71f
commit d2b61c7e0a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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";