feat(config): set lanzaboote configurationLimit to 10

This commit is contained in:
tux
2026-05-08 05:31:54 +05:30
parent 5bfa9f1e09
commit 7eb7ea75c0

View File

@@ -27,6 +27,7 @@
boot.lanzaboote = { boot.lanzaboote = {
enable = true; enable = true;
configurationLimit = 10;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";
}; };
}; };