diff --git a/system/default.nix b/system/default.nix index a29aad89..75b6b1b1 100644 --- a/system/default.nix +++ b/system/default.nix @@ -89,7 +89,7 @@ with mylib.networking; { # plymouth.enable = true; loader.systemd-boot.enable = true; - loader.systemd-boot.configurationLimit = 5; + loader.systemd-boot.configurationLimit = 60; loader.systemd-boot.editor = false; loader.systemd-boot.consoleMode = "max"; loader.efi.canTouchEfiVariables = true;