perso-desktop: Enable secure boot
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-01-03 23:51:19 +01:00
parent a50b68be50
commit cce1f72410
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
4 changed files with 232 additions and 10 deletions

View file

@ -47,6 +47,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{
@ -54,6 +59,7 @@
flake-utils,
home-manager,
agenix,
lanzaboote,
...
}:
let
@ -86,6 +92,7 @@
./hosts/${s.name}/configuration.nix
home-manager.nixosModules.home-manager
agenix.nixosModules.default
lanzaboote.nixosModules.lanzaboote
{ nixpkgs.overlays = overlays; }
{
home-manager.useGlobalPkgs = true;