-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sops.yaml
27 lines (26 loc) · 983 Bytes
/
.sops.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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:
# /home/glaumar/.config/sops/age/keys.txt
- &steamdeck_user age1c5cckmfesmvf8u0h8q2wpyzym4x7fzwak0kn7t5ryqxf0kd54a2shh0ly4
# /etc/ssh/ssh_host_ed25519_key.pub
- &steamdeck age1j55px5k0hl49w59g57ya77dt5h02vj5deqnjusk8uz852jc6e5xqdwgd5x
- &desktop_user age1svk4xm4harkcj7636j54fndjsqz60xftpe9ju4p37xsd6e6rw4hsqwt46z
- &desktop age1eaxt06lu4h8cr2m6dgvlgzfg3amaqw9qdeynhs4nsfaum4nxz4tqm54dnt
creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
key_groups:
- age:
- *steamdeck_user
- *steamdeck
- *desktop_user
- *desktop
- path_regex: (/etc|secrets)/daed/wing.db$
key_groups:
- age:
- *steamdeck_user
- *steamdeck
- *desktop_user
- *desktop