diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 23:24:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 23:24:03 +0900 |
commit | 0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (patch) | |
tree | 6ce0fba1d065a39be08bb7aa129ff8906942f04b /home/.sops.yaml | |
parent | 0d17dc7b7227e58e269140cbd488330dd62c09b2 (diff) | |
download | nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.tar.gz nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.zip |
feat(home/messaging): use sops for mail secret
Diffstat (limited to 'home/.sops.yaml')
-rw-r--r-- | home/.sops.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/.sops.yaml b/home/.sops.yaml new file mode 100644 index 0000000..7bfe113 --- /dev/null +++ b/home/.sops.yaml @@ -0,0 +1,9 @@ +keys: + - &sefidel 387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2 + - &host_alpha c62b0336ff6e444e5f2041e8074ca855641a5b7f + - &host_kompakt e6a9ee28ea91e2dbf24d817d0c5936391be59DC0 +creation_rules: + - path_regex: secrets/[^/]+\.yaml$ + key_groups: + - pgp: + - *sefidel |