From 968009bffb8404a1e513ff64087c712a252d3749 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 27 Oct 2025 05:41:06 +0100 Subject: [PATCH] add configuration list limit --- hosts/nixos/thinkpad/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/thinkpad/system.nix b/hosts/nixos/thinkpad/system.nix index 8dd561d..0210051 100644 --- a/hosts/nixos/thinkpad/system.nix +++ b/hosts/nixos/thinkpad/system.nix @@ -11,6 +11,7 @@ # Bootloader - standard UEFI setup boot.loader = { systemd-boot.enable = true; + systemd-boot.configurationLimit = 10; efi.canTouchEfiVariables = true; timeout = 3; };