feature: added basic sops support
This commit is contained in:
parent
3403cddad2
commit
d934db7622
4 changed files with 61 additions and 9 deletions
11
.sops.yaml
Normal file
11
.sops.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# This example uses YAML anchors which allows reuse of multiple keys
|
||||
# without having to repeat yourself.
|
||||
# Also see https://github.com/Mic92/dotfiles/blob/d6114726d859df36ccaa32891c4963ae5717ef7f/nixos/.sops.yaml
|
||||
# for a more complex example.
|
||||
keys:
|
||||
- &A_sky age1g4j0hun2ttt7h8870zf5pm7nqgw9p23r6mjj9vpm4guqetvth34s8v3t3w
|
||||
creation_rules:
|
||||
- path_regex: secrets\.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *A_sky
|
||||
Loading…
Add table
Add a link
Reference in a new issue