added sops secrets

This commit is contained in:
2026-07-31 18:12:30 +01:00
parent 7c11147a3b
commit bc3a31f845
4 changed files with 103 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
# flake parts
flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
# secret management
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);