Add bitlocker fix to lanzaboote

This commit is contained in:
DashieTM 2025-05-05 17:25:26 +02:00
parent 62ab685cd4
commit e4d521e10f

View file

@ -22,6 +22,7 @@ in {
lanzaboote = lib.mkIf config.conf.secureBoot { lanzaboote = lib.mkIf config.conf.secureBoot {
enable = true; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";
settings.reboot-for-bitlocker = true;
}; };
loader = { loader = {