diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-02 01:43:25 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-02 01:43:25 +0000 |
| commit | 43930cb8c22bc28ed64362845c5f4ebf54faabf2 (patch) | |
| tree | 7351357bd38139b0267f1a4cdeff4b5143f5e89a /nix/.sops.yaml | |
| parent | 3e139a0e702513f6e1145158b2695b43c8251b92 (diff) | |
added git with cgit
Diffstat (limited to 'nix/.sops.yaml')
| -rw-r--r-- | nix/.sops.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/.sops.yaml b/nix/.sops.yaml index d03cddc..c28f7b1 100644 --- a/nix/.sops.yaml +++ b/nix/.sops.yaml @@ -2,6 +2,7 @@ keys: - &admin_me age12teny70e5cm3992z7atx9g9606d4a60dsl8nskzkpp234uelnctq82mqaa - &server_torrents_2 age1cunp9vshd45hlfqdxd4pdvg0qgfllk7mctff65s02wm447xgde7qar7z25 - &server_rproxy_2 age1h58rh5q0d7rg984g3e3qfrgwzu3ujzkkcg8f0ls5jlsvdy44f5ls3aywyx + - &server_git age152as4m0ytaq0dd78lhs7yla2twgkucun9ew02q5xhgffehgsmczqdl4trg creation_rules: - path_regex: 'secrets/torrents.*\.yaml$' @@ -15,3 +16,9 @@ creation_rules: - age: - *admin_me - *server_rproxy_2 + + - path_regex: 'secrets/git.*\.yaml$' + key_groups: + - age: + - *admin_me + - *server_git |
