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:
parent
b2dae7e1e5
commit
78df9667e5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue