diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-14 09:45:26 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-14 09:45:26 -0800 |
commit | d96eda0e683d53779d9ebae53d7897d96216511a (patch) | |
tree | bf60429c483c25f59f1628e376b11cc5154ce43f /nix/lib | |
parent | add docstring to justfile (diff) | |
download | world-d96eda0e683d53779d9ebae53d7897d96216511a.tar.gz |
use agenix to manage secrets in the repository
Diffstat (limited to 'nix/lib')
-rw-r--r-- | nix/lib/mkSystem.nix | 2 |
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. { |