diff options
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..3795cc2 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,11 @@ +keys: + - &admin_gpg EF69F2FB25C8B5A66918EA91A38ACEAB9656CD94 + - &host_szpont age1s39d4mdrjhkf8cy8eea02p836r7s875fj8f7w3z4ld2stmaac49qd075ww + +creation_rules: + - path_regex: secrets.yaml$ + key_groups: + - age: + - *host_szpont + pgp: + - *admin_gpg |
