From e3a7885537bf2a068f02f7ce73eeb60b9c0dade4 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 27 Feb 2025 13:22:42 +0100 Subject: [PATCH] lanzaboote: Update keys path --- modules/common/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/boot.nix b/modules/common/boot.nix index 2b785cb..9b78fb7 100644 --- a/modules/common/boot.nix +++ b/modules/common/boot.nix @@ -27,7 +27,7 @@ with lib; { lanzaboote = { enable = true; - pkiBundle = "/etc/secureboot"; + pkiBundle = "/var/lib/sbctl"; }; } else