diff --git a/systems/ful/hardware-configuration.nix b/systems/ful/hardware-configuration.nix index 566c567..ced6667 100644 --- a/systems/ful/hardware-configuration.nix +++ b/systems/ful/hardware-configuration.nix @@ -8,7 +8,10 @@ boot = { loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + configurationLimit = 1; + }; efi.canTouchEfiVariables = true; }; initrd = {