nix: modify secureboot pki file location to sbctl's new location
This commit is contained in:
parent
738a57c44a
commit
8e170eae3f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
||||||
|
|
||||||
boot.lanzaboote = {
|
boot.lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue