diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-15 17:32:35 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-15 21:09:51 +0000 |
| commit | b636b1d775de012fd5af866464680e30b6a5f072 (patch) | |
| tree | d0d0ba591a7d291f26f2e13276e0e18c33dc4835 /nix/.sops.yaml | |
| parent | 977e3411a8d5836c7105d1cf0c5782413a3de078 (diff) | |
monitoring 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 b657a25..cf20e88 100644 --- a/nix/.sops.yaml +++ b/nix/.sops.yaml @@ -7,6 +7,7 @@ keys: - &server_photos age1zdy4saxtcs6y90mrjlmz6hnknk67w0cd3n79g2y6fvtzzfsq6f6shwamzj - &server_caldav age1mhugjsg0pz45p56p5vc6hz05zrnk630j6p5xu4n2nsskvtxg8cqsndqr90 - &server_s3 age1nlkl8h7x33ssq3m5ka9syxurxz37y2duzhkvx3mmv23fxhetkuksqap73n + - &server_monitoring_2 age177u6hs3funxd8eqd4h0krynrtn2et74m6dk2pk0q7rezw3w23dpsjtytte creation_rules: - path_regex: 'secrets/torrents.*\.yaml$' @@ -50,3 +51,10 @@ creation_rules: - *admin_me - *admin_me_2 - *server_s3 + + - path_regex: 'secrets/monitoring.*\.yaml$' + key_groups: + - age: + - *admin_me + - *admin_me_2 + - *server_monitoring_2 |
