From eb2dfc0b68267de8ad21a52cd057af5c90353053 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 16 Aug 2025 11:55:03 +0200 Subject: [PATCH] Flake: Add lanzaboote module to commonModules instead of just nixinator --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2c895b1d..5827507c 100644 --- a/flake.nix +++ b/flake.nix @@ -165,6 +165,7 @@ # HM modules are passed through home/modules/default.nix instead. commonModules = [ inputs.sops-nix.nixosModules.sops + inputs.lanzaboote.nixosModules.lanzaboote ]; in { # Local shell for NixFlake directory @@ -193,7 +194,6 @@ [ inputs.disko.nixosModules.disko inputs.impermanence.nixosModules.impermanence - inputs.lanzaboote.nixosModules.lanzaboote ] ++ commonModules; };