systemd-boot: configurationLimit

This commit is contained in:
2025-06-30 20:12:09 -07:00
parent f0bd751b89
commit 002a42bd71

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;
}; };