chore(systemd-boot): set configuration limit to 5

This commit is contained in:
Mohammad Rafiq 2025-03-22 02:16:22 +08:00
parent 78be78a8dc
commit 91e0c3cd2a
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
boot.loader = { boot.loader = {
timeout = 5; timeout = 5;
systemd-boot.enable = true; systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
} }