diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index b3bb009..6a0b6f5 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -50,7 +50,10 @@ in { }; loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 5; + }; efi = { canTouchEfiVariables = true; };