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