diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix index b426150..0bc0317 100644 --- a/nixos/systemd-boot.nix +++ b/nixos/systemd-boot.nix @@ -6,6 +6,7 @@ systemd-boot = { enable = true; consoleMode = "auto"; + configurationLimit = 8; }; }; tmp.cleanOnBoot = true;