From 6c7d1f0f603fb27613f7ec3e7031f7ba51eab075 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 10 Feb 2024 23:41:56 +0100 Subject: [PATCH] change boot config --- modules/core/bootloader.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }