From aeeec7a9e789fee4341062288fb271313994fc73 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 10 Feb 2026 16:16:16 -0500 Subject: [PATCH] fix grub with one generation --- hosts/xps15/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index dc6ed3b..be360ca 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -12,6 +12,7 @@ useOSProber = true; gfxmodeEfi = "1920x1080x32"; gfxpayloadEfi = "keep"; + configurationLimit = 2; }; boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi";