diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index ccc51a8..7b99b83 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -142,7 +142,7 @@ loader = { systemd-boot = { enable = true; - configurationLimit = 5; + configurationLimit = 10; }; efi.canTouchEfiVariables = true; timeout = 1; diff --git a/hosts/homelab/default.nix b/hosts/homelab/default.nix index a9edc06..25cd0db 100755 --- a/hosts/homelab/default.nix +++ b/hosts/homelab/default.nix @@ -91,7 +91,7 @@ loader = { systemd-boot = { enable = true; - configurationLimit = 5; + configurationLimit = 10; }; efi.canTouchEfiVariables = true; timeout = 1;