add a configuration limit in boot menu

This commit is contained in:
Hadi
2025-01-02 18:31:02 +01:00
parent 70baebf547
commit ce32ac84fa

View File

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