systemd-boot: configurationLimit

This commit is contained in:
2025-06-30 20:12:09 -07:00
parent 2cc9f73f48
commit bf6510bdae

View File

@@ -72,6 +72,7 @@
for now. for now.
*/ */
systemd-boot.enable = lib.mkForce false; systemd-boot.enable = lib.mkForce false;
systemd-boot.configurationLimit = 10;
}; };