diff options
| author | Grigory Shipunov | 2022-06-24 18:19:40 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-24 18:19:40 +0200 |
| commit | b1174feff216752517583ff0a95ccc67119648ab (patch) | |
| tree | 57a10b0a2f93fe4ca452ad2620895239bd898076 /.sops.yaml | |
| parent | 1733cf5b1f630aafa127771a2c657f1e106e0d80 (diff) | |
add nextcloud secrets to sops
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,7 @@ keys: - µwave age1eysr2m8ust6gq9jk88lpzzcy8gdrzlts69zlfqul766t6gvqw9qq24z68l - &cirrus age1qm70jkg7us4ft4x3nh7kwxlul022kteescjj83ywvjhysj6nsq5sw7l6p8 - &dishwasher age1cxlskqynwl5njjm0qf363308dsjwxjq59rq7pn6ucpscpzpvry4qwtpx73 + - &nextcloud age17ucx2sux2n7xnphzu0ajgdemz3th05m7lkl5gculetdms8a7mpdsycg5lf creation_rules: - path_regex: secrets/microwave/[^/]+\.yaml$ key_groups: @@ -22,3 +23,9 @@ creation_rules: - *admin_oxa age: - *dishwasher + - path_regex: secrets/nextcloud/[^/]+\.yaml$ + key_groups: + - pgp: + - *admin_oxa + age: + - *nextcloud |
