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:
Gabriella Bere 2025-03-31 17:36:19 +01:00
parent edfe83e38d
commit 4d3752ca3d
2 changed files with 25 additions and 26 deletions

View file

@ -5,7 +5,6 @@
{
lib,
pkgs,
inputs,
...
}:
@ -22,7 +21,7 @@
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};
};