diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 00:39:38 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 00:39:38 +0900 |
commit | acb4dd1dfc20df79777edcd4c3eeefe2e1d78c8a (patch) | |
tree | 3a593c25ca00f245d1741bebaf59981fcc13a646 /nixos/.sops.yaml | |
parent | dd34ba371aeb5a17960a58d418007a5083279957 (diff) | |
download | nixrc-acb4dd1dfc20df79777edcd4c3eeefe2e1d78c8a.tar.gz nixrc-acb4dd1dfc20df79777edcd4c3eeefe2e1d78c8a.zip |
feat(nixos/kompakt): activate volatile root
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 |