diff --git a/modules/core/bootloader.nix b/modules/core/bootloader.nix index 0e26097..8a7df9b 100644 --- a/modules/core/bootloader.nix +++ b/modules/core/bootloader.nix @@ -2,6 +2,6 @@ { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.systemd-boot.configurationLimit = 5; + boot.loader.systemd-boot.configurationLimit = 10; boot.kernelPackages = pkgs.linuxPackages_lqx; }