mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 21:30:06 +00:00
✨ Finish sops-nix configuration, update README and more
This commit is contained in:
parent
6dc0e02a92
commit
d7a1a9ffbd
12 changed files with 111 additions and 17 deletions
17
.sops.yaml
17
.sops.yaml
|
@ -2,19 +2,30 @@ keys:
|
|||
- &jo age1qcjcwh9tq8pzf2yr7m3hm2n3n3y5rlc30fpkr0eytju9w57ucgcsgcy79d
|
||||
- &absolutesolver age1ajkq0lalyc75tjhdtpx2yshw5y3wt85fwjy24luf69rvpavg33vqw6c3tc
|
||||
creation_rules:
|
||||
- path_regex: secrets/[^/]+\.(yaml|json|env|ini|cfg)$
|
||||
- path_regex: secrets/[^/]+\.(yaml|json|env|cfg)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *jo
|
||||
- *absolutesolver
|
||||
|
||||
- path_regex: systems/[^/]+/absolutesolver/secrets/.*\.(yaml|env|json|ini|cfg)$
|
||||
- path_regex: systems/[^/]+/absolutesolver/secrets/.*\.(yaml|env|json|cfg)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *jo
|
||||
- *absolutesolver
|
||||
|
||||
- path_regex: systems/[^/]+/puzzlevision/secrets/.*\.(yaml|env|json|ini|cfg)$
|
||||
- path_regex: systems/[^/]+/puzzlevision/secrets/.*\.(yaml|env|json|cfg)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *jo
|
||||
|
||||
- path_regex: homes/[^/]+/jo/secrets/.*\.(yaml|env|json|cfg)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *jo
|
||||
|
||||
- path_regex: homes/[^/]+/cyn/secrets/.*\.(yaml|env|json|cfg)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *jo
|
||||
- *absolutesolver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue