Add basice sops.yaml file for configuring sops.

It currently just has the age key for my dev system
This commit is contained in:
Eli Ribble 2025-07-18 15:39:13 +00:00
parent 259c621a2f
commit 6d4190e88e

11
.sops.yaml Normal file
View file

@ -0,0 +1,11 @@
keys:
- &pazuzu_local age15y4k929zaj9fdg3vd40pa40tgvrgv9mn22xfummn5zxfmkcw5d0st6prjx
creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
key_groups:
- age:
- *pazuzu_local
- path_regex: host/pazuzu/secrets/[^/]+\.(yaml|json|env|ini)$
key_groups:
- age:
- *pazuzu_local