From 6061b967cd32d1ccd52bc7cfabe3a0b73bbf939e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 2 Nov 2025 11:36:00 +0100 Subject: [PATCH] increase configuration limit --- hosts/nixos/thinkpad/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/thinkpad/system.nix b/hosts/nixos/thinkpad/system.nix index 3665b1e..e2cc0c5 100644 --- a/hosts/nixos/thinkpad/system.nix +++ b/hosts/nixos/thinkpad/system.nix @@ -13,7 +13,7 @@ # Bootloader - standard UEFI setup boot.loader = { systemd-boot.enable = true; - systemd-boot.configurationLimit = 10; + systemd-boot.configurationLimit = 50; efi.canTouchEfiVariables = true; timeout = 3; };