increase configuration limit

This commit is contained in:
Yan Lin 2025-11-02 11:36:00 +01:00
parent 954598068a
commit 6061b967cd

View file

@ -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;
};