add a configuration limit in boot menu

Former-commit-id: ce32ac84fa
This commit is contained in:
Hadi
2025-01-02 18:31:02 +01:00
parent 4532330c0c
commit 523a3819d1

View File

@@ -6,6 +6,7 @@
systemd-boot = { systemd-boot = {
enable = true; enable = true;
consoleMode = "auto"; consoleMode = "auto";
configurationLimit = 8;
}; };
}; };
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;