add configuration list limit

This commit is contained in:
Yan Lin 2025-10-27 05:41:06 +01:00
parent ef21eb3cff
commit 968009bffb

View file

@ -11,6 +11,7 @@
# Bootloader - standard UEFI setup
boot.loader = {
systemd-boot.enable = true;
systemd-boot.configurationLimit = 10;
efi.canTouchEfiVariables = true;
timeout = 3;
};