diff options
Diffstat (limited to '')
-rw-r--r-- | lib/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index cb8616e..c2866c9 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -11,6 +11,7 @@ inherit inputs system hostname; }; modules = [ + inputs.agenix.nixosModules.age ../hosts/common ../hosts/${hostname} { |