diff --git a/hosts/nixos/deck/system.nix b/hosts/nixos/deck/system.nix index 4fe1bf8..2afb30a 100644 --- a/hosts/nixos/deck/system.nix +++ b/hosts/nixos/deck/system.nix @@ -16,7 +16,7 @@ # Bootloader - standard UEFI setup boot.loader = { systemd-boot.enable = true; - systemd-boot.configurationLimit = 10; + systemd-boot.configurationLimit = 50; efi.canTouchEfiVariables = true; timeout = 3; };