oizys/.sops.yaml

20 lines
687 B
YAML
Raw Normal View History

2024-11-28 17:54:36 -06:00
# This document uses YAML anchors which allows reuse of multiple keys
# without having to repeat yourself.
# Also see https://github.com/Mic92/dotfiles/blob/master/nixos/.sops.yaml
# for a more complex example.
keys:
- &admin_daylin age10ft5tkswydhmassqeqzr8frpx6vc07g4rwam09rs8agvgfrsn95q9ml7u3
- &host_othalan age1t4k04mjltmmhljnwugm6y4dejtu72vv4fd4anxxfsdpkapfnfauqe765gy
creation_rules:
2024-11-28 19:15:05 -06:00
- path_regex: hosts/(.*)/[^/]+\.(yaml|json|env|ini)$
# - path_regex: hosts/algiz/[^/]+\.(yaml|json|env|ini)$
key_groups:
- age:
- *admin_daylin
2024-11-28 17:54:36 -06:00
- path_regex: hosts/othalan/[^/]+\.(yaml|json|env|ini)$
2024-11-28 19:15:05 -06:00
2024-11-28 17:54:36 -06:00
key_groups:
- age:
- *admin_daylin
- *host_othalan