2022-06-04 12:51:36 +01:00
|
|
|
# This example uses YAML anchors which allows reuse of multiple keys
|
|
|
|
# without having to repeat yourself.
|
|
|
|
# Also see https://github.com/Mic92/dotfiles/blob/master/nixos/.sops.yaml
|
|
|
|
# for a more complex example.
|
|
|
|
keys:
|
2022-07-16 08:34:47 +01:00
|
|
|
- &foureighty-source age1qpxvqf2254vynw7aah2pyd8tm0lqtfqr9maguewdj3uqjp8smqvssjp43n
|
2022-06-04 13:12:29 +01:00
|
|
|
- &skinnyv-source age1p76577kkfttxxj8ckwwkhyhhz7qq2d7qf2lenyaa0g3v2gd3eecqhhf9jn
|
|
|
|
- &skinnyv-target age1mpgtj57e256q9nqz8jt0jt9ntxrldu0p7aunxx3y5vnerfz04vqqdst2gt
|
2022-06-04 12:51:36 +01:00
|
|
|
- &bolty age1msgz4lzqj3wd4yu3mfgxyl5gz0y94al59njv8fqu7s0dvwt9yuvsctlhvu
|
|
|
|
creation_rules:
|
|
|
|
- path_regex: /[^/]+\.yaml$
|
|
|
|
key_groups:
|
|
|
|
- age:
|
2022-07-16 08:34:47 +01:00
|
|
|
- *foureighty-source
|
2022-06-04 13:12:29 +01:00
|
|
|
- *skinnyv-source
|
|
|
|
- *skinnyv-target
|
2022-06-04 12:51:36 +01:00
|
|
|
- *bolty
|