From e4d521e10f5ba83000ce2b3e5ae5793d8f632e5d Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 5 May 2025 17:25:26 +0200 Subject: [PATCH] Add bitlocker fix to lanzaboote --- base/common_hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base/common_hardware.nix b/base/common_hardware.nix index 87d6279..6f3c94d 100644 --- a/base/common_hardware.nix +++ b/base/common_hardware.nix @@ -22,6 +22,7 @@ in { lanzaboote = lib.mkIf config.conf.secureBoot { enable = true; pkiBundle = "/var/lib/sbctl"; + settings.reboot-for-bitlocker = true; }; loader = {