14 lines
471 B
YAML
14 lines
471 B
YAML
|
# 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:
|
||
|
- &skinnyv age1p76577kkfttxxj8ckwwkhyhhz7qq2d7qf2lenyaa0g3v2gd3eecqhhf9jn
|
||
|
- &bolty age1msgz4lzqj3wd4yu3mfgxyl5gz0y94al59njv8fqu7s0dvwt9yuvsctlhvu
|
||
|
creation_rules:
|
||
|
- path_regex: /[^/]+\.yaml$
|
||
|
key_groups:
|
||
|
- age:
|
||
|
- *skinnyv
|
||
|
- *bolty
|