fix(common): use new sbctl location

sbctl/nixos changed the default location of the files, therefore
requiring manual intervention

https://github.com/nix-community/lanzaboote/issues/413#issuecomment-2618089667
This commit is contained in:
uku 2025-06-23 12:15:19 +02:00
parent b2dae7e1e5
commit 78df9667e5
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -37,7 +37,7 @@
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};
};