diff --git a/modules/core/boot.nix b/modules/core/boot.nix index a3ec43b..c28f3c4 100644 --- a/modules/core/boot.nix +++ b/modules/core/boot.nix @@ -6,6 +6,7 @@ boot = { loader.systemd-boot = { enable = true; + configurationLimit = 10; consoleMode = config.system.systemdBootConsoleMode; }; loader.efi.canTouchEfiVariables = true;