about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix1
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}
         {