From 7ea8423f156ed4f609eba3f089331b6c880bf4db Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sun, 23 Mar 2025 13:19:42 -0500 Subject: [PATCH] nas lanzaboote --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 0697675..5561fea 100755 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,12 @@ url = "github:nix-community/impermanence"; }; + # Lanzaboote + nas-lanzaboote = { + url = "github:nix-community/lanzaboote/v0.4.2"; + inputs.nixpkgs.follows = "nas-nixpkgs"; + }; + # Nix hardware nas-nixos-hardware = { url = "github:NixOS/nixos-hardware/master"; @@ -231,6 +237,7 @@ nas-crowdsec, nas-home-manager, nas-impermanence, + nas-lanzaboote, nas-nixos-hardware, nas-sops-nix, @@ -321,6 +328,7 @@ }; modules = [ nas-impermanence.nixosModules.impermanence + nas-lanzaboote.nixosModules.lanzaboote ./hosts/nas/configuration.nix ./hosts/nas/impermanence.nix nas-home-manager.nixosModules.home-manager