diff options
| author | Grisha Shipunov | 2025-01-19 20:46:38 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-19 20:46:38 +0100 |
| commit | 76e043171c9a6cd7957ddee5d792740ada93b8ce (patch) | |
| tree | 1778aef213188df0c5554f754bbc3fadcf0b36d4 /.sops.yaml | |
| parent | 42128ebbe19d0aa3841245a423aeb6636c9b23d3 (diff) | |
reorganize secrets
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,31 +8,31 @@ keys: - &auth age1vzwz5s35w9g8ck9l5zaq5skrnl3mqzf3hsnc9w22sj4k8tu8kqfstpg2a8 - &radicale age1j6z39kmnxkqa7jdcjsydy5cryjce7fttf225fh3pldyvq06ax3fq58mk8c creation_rules: - - path_regex: secrets/toaster/[^/]+\.yaml$ + - path_regex: hosts/toaster/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa age: - *toaster - - path_regex: secrets/cloud/[^/]+\.yaml$ + - path_regex: hosts/cloud/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa age: - *cloud - - path_regex: secrets/minime/[^/]+\.yaml$ + - path_regex: hosts/minime/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa age: - *minime - - path_regex: secrets/auth/[^/]+\.yaml$ + - path_regex: hosts/auth/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa age: - *auth - - path_regex: secrets/radicale/[^/]+\.yaml$ + - path_regex: hosts/radicale/[^/]+\.yaml$ key_groups: - pgp: - *admin_oxa |
