diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-15 15:34:40 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-15 15:34:40 +0000 |
| commit | 2a841c704b17d5f8edf864a3ee5245d07e6ec5c7 (patch) | |
| tree | 788e8c2e5ead0a92220a09afb69332fabc33d988 /nix/.sops.yaml | |
| parent | 34a9231e704ff4f6f2676dfaaccbb3bfb03a933d (diff) | |
s3 config
Diffstat (limited to 'nix/.sops.yaml')
| -rw-r--r-- | nix/.sops.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/.sops.yaml b/nix/.sops.yaml index c0f2315..b657a25 100644 --- a/nix/.sops.yaml +++ b/nix/.sops.yaml @@ -6,6 +6,7 @@ keys: - &server_git age152as4m0ytaq0dd78lhs7yla2twgkucun9ew02q5xhgffehgsmczqdl4trg - &server_photos age1zdy4saxtcs6y90mrjlmz6hnknk67w0cd3n79g2y6fvtzzfsq6f6shwamzj - &server_caldav age1mhugjsg0pz45p56p5vc6hz05zrnk630j6p5xu4n2nsskvtxg8cqsndqr90 + - &server_s3 age1nlkl8h7x33ssq3m5ka9syxurxz37y2duzhkvx3mmv23fxhetkuksqap73n creation_rules: - path_regex: 'secrets/torrents.*\.yaml$' @@ -42,3 +43,10 @@ creation_rules: - *admin_me - *admin_me_2 - *server_caldav + + - path_regex: 'secrets/s3.*\.yaml$' + key_groups: + - age: + - *admin_me + - *admin_me_2 + - *server_s3 |
