updated flake and updated lanzaboote config
lanzaboote now uses keys in /var/lib/sbctl instead of /etc/secureboot after i ran `sbctl setup --migrate`
This commit is contained in:
parent
edfe83e38d
commit
4d3752ca3d
2 changed files with 25 additions and 26 deletions
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -22,7 +21,7 @@
|
|||
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue