about summary refs log tree commit diff
path: root/nix/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-14 09:45:26 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-14 09:45:26 -0800
commitd96eda0e683d53779d9ebae53d7897d96216511a (patch)
treebf60429c483c25f59f1628e376b11cc5154ce43f /nix/lib
parentadd docstring to justfile (diff)
downloadworld-d96eda0e683d53779d9ebae53d7897d96216511a.tar.gz
use agenix to manage secrets in the repository
Diffstat (limited to 'nix/lib')
-rw-r--r--nix/lib/mkSystem.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix
index 87af732..13e052e 100644
--- a/nix/lib/mkSystem.nix
+++ b/nix/lib/mkSystem.nix
@@ -36,6 +36,8 @@ systemFunc rec {
       home-manager.users.${user} = import userHMConfig { inputs = inputs; };
     }
 
+    inputs.agenix.nixosModules.default
+
     # We expose some extra arguments so that our modules can parameterize
     # better based on these values.
     {