From 867ecf6308390acf8188880c34e0312e75619fae Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 7 Mar 2026 03:11:25 +0530 Subject: Add secrets with sops --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6912b65..9a13fba 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,10 @@ url = "github:DreamMaoMao/mango"; inputs.nixpkgs.follows = "nixpkgs"; }; + sops-nix = { + url = "github:Mic92/sops-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = -- cgit v1.3.1