feat(boot): increase boot entry limit

This commit is contained in:
tux
2025-09-22 13:08:14 +05:30
parent b06c8e48bc
commit 04663412b0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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