From 51f2b96753732706e3db8cccc2ccb7a4a3d6a3df Mon Sep 17 00:00:00 2001 From: baduhai Date: Thu, 22 Dec 2022 22:42:53 -0300 Subject: [PATCH] Forgot agenix module for Alexandria --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5f28b37..ccefd37 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/servers/alexandria.nix + agenix.nixosModule home-manager-stable.nixosModules.home-manager ]; };