fix(stolas): enable lanzaboote and additional firmware

This commit is contained in:
Tim Schubert 2025-07-21 20:05:29 +02:00
parent 502d9aa4dc
commit b8be17a9a9
No known key found for this signature in database
4 changed files with 181 additions and 13 deletions

View file

@ -4,6 +4,7 @@
disko,
home-manager,
homepage,
lanzaboote,
nixos-hardware,
nixos-generators,
nixpkgs,
@ -40,7 +41,7 @@ in
inherit nixpkgs system;
extraModules = [
# TODO lanzaboote.nixosModules.lanzaboote
lanzaboote.nixosModules.lanzaboote
disko.nixosModules.disko
{
nixpkgs.overlays = nixpkgs.lib.attrValues self.overlays;