diff --git a/system/boot.nix b/system/boot.nix index 126ef4c..9e796b2 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -4,6 +4,7 @@ boot.supportedFilesystems = lib.mkDefault [ "btrfs" ]; boot.kernelPackages = lib.mkOverride 800 pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.configurationLimit = 10; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true;