summaryrefslogtreecommitdiff
path: root/hosts/toaster/secure-boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/toaster/secure-boot.nix')
-rw-r--r--hosts/toaster/secure-boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/toaster/secure-boot.nix b/hosts/toaster/secure-boot.nix
index d18e1cb..23424af 100644
--- a/hosts/toaster/secure-boot.nix
+++ b/hosts/toaster/secure-boot.nix
@@ -4,7 +4,7 @@
loader.systemd-boot.enable = lib.mkForce false;
lanzaboote = {
enable = true;
- pkiBundle = "/etc/secureboot";
+ pkiBundle = "/var/lib/sbctl";
};
};