From 374f2f364a3a5de5438dd310f6cb50490eae6f1e Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 6 Feb 2023 18:16:38 +0900 Subject: feat: use sops for secret management --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 780c422..d8b1284 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,9 @@ impermanence.url = "github:nix-community/impermanence"; + sops-nix.url = "github:Mic92/sops-nix"; + sops-nix.inputs.nixpkgs.follows = "unstable"; + neovim.url = "github:neovim/neovim?dir=contrib"; neovim.inputs.nixpkgs.follows = "unstable"; -- cgit 1.4.1