Skip to content

Commit e4d521e

Browse files
committed
Add bitlocker fix to lanzaboote
1 parent 62ab685 commit e4d521e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/common_hardware.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ in {
2222
lanzaboote = lib.mkIf config.conf.secureBoot {
2323
enable = true;
2424
pkiBundle = "/var/lib/sbctl";
25+
settings.reboot-for-bitlocker = true;
2526
};
2627

2728
loader = {

0 commit comments

Comments
 (0)