diff options
Diffstat (limited to 'nixos/.sops.yaml')
-rw-r--r-- | nixos/.sops.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/.sops.yaml b/nixos/.sops.yaml index f6cb8c7..bbcded6 100644 --- a/nixos/.sops.yaml +++ b/nixos/.sops.yaml @@ -1,9 +1,15 @@ keys: - &sefidel 387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2 - &host_alpha c62b0336ff6e444e5f2041e8074ca855641a5b7f + - &host_kompakt 2994421e08233114879a5e49a760952464f8c4c3 creation_rules: - path_regex: alpha/secrets/[^/]+\.yaml$ key_groups: - pgp: - *sefidel - *host_alpha + - path_regex: kompakt/secrets/[^/]+\.yaml$ + key_groups: + - pgp: + - *sefidel + - *host_kompakt |