diff --git a/hosts/magicman/configuration.nix b/hosts/magicman/configuration.nix index 92ab9d5..50c3dc0 100644 --- a/hosts/magicman/configuration.nix +++ b/hosts/magicman/configuration.nix @@ -15,7 +15,10 @@ ]; boot.kernelPackages = pkgs.linuxPackages_latest; - boot.loader.systemd-boot = { enable = true; }; + boot.loader.systemd-boot = { + enable = true; + configurationLimit = 3; + }; boot.loader.efi = { canTouchEfiVariables = true; }; boot.initrd.systemd.enable = true;