summaryrefslogtreecommitdiff
path: root/.sops.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.sops.yaml')
-rw-r--r--.sops.yaml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.sops.yaml b/.sops.yaml
index 00d8491..fcce3e5 100644
--- a/.sops.yaml
+++ b/.sops.yaml
@@ -1,15 +1,29 @@
keys:
- &admin_gpg EF69F2FB25C8B5A66918EA91A38ACEAB9656CD94
- &host_szpont age1s39d4mdrjhkf8cy8eea02p836r7s875fj8f7w3z4ld2stmaac49qd075ww
+ - &host_thinkpad
- &host_pendrive age1sx8ut0arwlrp7n7qvlaele8mq93pyvzc0ddetlk47cnyx935gcusdceq9q
- &host_laptop age1m4u7n6mt5d3jv39lf4aedr9gqu3khl4sahuqx5n5h7v48gkyc9zqkp9qs8
+ - &host_oci
creation_rules:
- - path_regex: secrets/.*\.yaml$
+ - path_regex: .*secrets/common\.yaml$
key_groups:
- age:
- *host_szpont
+ - *host_thinkpad
- *host_pendrive
- *host_laptop
pgp:
- *admin_gpg
+
+ - path_regex: .*secrets/oci\.yaml$
+ key_groups:
+ - age:
+ - *host_szpont
+ - *host_thinkpad
+ - *host_pendrive
+ - *host_laptop
+ - *host_oci
+ pgp:
+ - *admin_gpg