12 lines
437 B
YAML
12 lines
437 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:
|
||
|
- &sky age1j8gk5rrczcdql0mkwevjsgdaqqqzavgv006sx0xnc7mzmlp3x4wqvtwdsa
|
||
|
creation_rules:
|
||
|
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
|
||
|
key_groups:
|
||
|
age:
|
||
|
- *sky
|