diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:31:00 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:31:00 -0800 |
commit | 010f55244d6773621725c3d991e8259265af67c2 (patch) | |
tree | 972ba4d1a2007855cfb358ec9aa7c3abadf6026c /lib | |
parent | system: install a few more packages (diff) | |
download | world-010f55244d6773621725c3d991e8259265af67c2.tar.gz |
agenix: add flake for agenix
This will be used to store secrets in the repository.
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} { |