-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sops.yaml
More file actions
20 lines (20 loc) · 775 Bytes
/
.sops.yaml
File metadata and controls
20 lines (20 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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:
- &peter age1r8v7gf5wxmggsecapn2ptm3q6gjpyquw2fm3dwhr59jpmyjvzcfqd03zcd
- &aenderpad age1vwya6v5s0tz6mlv4cyw4zl2gwm6c3623hj7sydy4rflwsqwy8u4qeutg8a
- &aenderpad-hm age17ut6245xkmg7q84zqvcesr7v65zjfsse09es9qwnckay9mynl4gqeqj7af
#- &aenderpadnotsurewhatthisisfor 5bcd3cefb129957e49719059f879810458b2b9c9 # probably something with sopspw
creation_rules:
- path_regex: ^secrets.yaml$
key_groups:
- age:
- *peter
- *aenderpad
- path_regex: ^homeManager/secrets.yaml$
key_groups:
- age:
- *peter
- *aenderpad-hm