diff options
| author | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-10 21:34:29 -0500 |
| commit | 4052e2795080d4ce72e64aec4e7b6eb8d823946e (patch) | |
| tree | d6a70e299a5266ee0085f750317043424e18414a /flake.nix | |
| parent | 8a7757fded4269a759dcf5fc4ce8e1013c557d5d (diff) | |
use agenix for passwords
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ { inputs = { nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; + }; getchoo = { url = "github:getchoo/overlay"; inputs.nixpkgs.follows = "nixpkgs"; |
