summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-10 21:34:29 -0500
committerseth <[email protected]>2023-03-10 21:34:29 -0500
commit4052e2795080d4ce72e64aec4e7b6eb8d823946e (patch)
treed6a70e299a5266ee0085f750317043424e18414a /flake.nix
parent8a7757fded4269a759dcf5fc4ce8e1013c557d5d (diff)
use agenix for passwords
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c694a0a..6a70cd8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";