feat(boot): enable key auto-generation and enrollment

This commit is contained in:
tux
2026-05-09 18:57:23 +05:30
parent 35dcf89400
commit 9231c5878f

View File

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