diff options
| author | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
| commit | cd63ec45b8776bebc4014efb9990b364e0afb443 (patch) | |
| tree | 1caf8f248c59179d914ac7f1d90e2cf1bb802263 /hosts/toaster/secure-boot.nix | |
| parent | 772af12ffef7885ea9f0e3ef182599b61d0e72db (diff) | |
toaster works
Diffstat (limited to 'hosts/toaster/secure-boot.nix')
| -rw-r--r-- | hosts/toaster/secure-boot.nix | 2 |
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"; }; }; |
