fix grub with one generation

This commit is contained in:
Barrett Ruth 2026-02-10 16:16:16 -05:00
parent 4da0e39e1c
commit aeeec7a9e7

View file

@ -12,6 +12,7 @@
useOSProber = true; useOSProber = true;
gfxmodeEfi = "1920x1080x32"; gfxmodeEfi = "1920x1080x32";
gfxpayloadEfi = "keep"; gfxpayloadEfi = "keep";
configurationLimit = 2;
}; };
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";