From eed2bf8a4ac3883322bd9532fe60e252855aded5 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Sat, 15 Mar 2025 04:52:43 -0600 Subject: [PATCH] shouldve been here really --- modules/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boot.nix b/modules/boot.nix index b79ed25..73e42ab 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -5,6 +5,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.memtest86.enable = true; + boot.loader.systemd-boot.configurationLimit = 5; boot.loader.timeout = 5; # Create the traditional /bin directory with a symlink to bash for scripts system.activationScripts.binbash = {