commit 5d1d937cbacc0695651b09407df8699fbe60d8a3
parent 1f7375ebfa7ddb4cb17a7301518c05e152982045
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 17 May 2025 17:20:01 +0200
parent 1f7375ebfa7ddb4cb17a7301518c05e152982045
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 17 May 2025 17:20:01 +0200
config/nixos/modules/boot/secureboot: change `pkiBundle` path
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/nixos/modules/boot/secureboot.nix b/config/nixos/modules/boot/secureboot.nix @@ -25,7 +25,7 @@ in boot = { lanzaboote = { enable = true; - pkiBundle = "/var/lib/secureboot"; + pkiBundle = "/var/lib/sbctl"; inherit (cfg) configurationLimit; }; loader.systemd-boot.enable = lib.mkForce false;