From b3011b215d2ab4acda24d377dd027124c7269fa4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 6 May 2025 02:30:40 -0400 Subject: [PATCH] secureboot directory stuff --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e6c4d8c..6128745 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,7 +87,8 @@ lanzaboote = { enable = true; - pkiBundle = "/var/lib/sbctl"; + # needed to be in `/etc/secureboot` for sbctl to work + pkiBundle = "/etc/secureboot"; }; };