From 95b6a49ccba1906061e5d5b6cd8f28862ffdd7fc Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 5 Nov 2025 11:22:30 +0100 Subject: [PATCH] minor --- hosts/nixos/deck/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };