mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[SECRETS] Now functional!
This commit is contained in:
parent
aa266cc383
commit
a1f1dee6a1
11 changed files with 274 additions and 19 deletions
15
.sops.yaml
15
.sops.yaml
|
|
@ -1,14 +1,19 @@
|
|||
keys:
|
||||
- &kat CD8CE78CB0B3BDD4 # https://inskip.me/pubkey.asc
|
||||
- &mew 65BD3044771CB6FB
|
||||
- &yukari age1n4kdchmkk3rfkaknxhveqr2ftprdpgwckutt23y6u8639lazzuks77tgav
|
||||
creation_rules:
|
||||
- path_regex: systems/[^/]+/secrets\.yaml$
|
||||
- path_regex: roles/[^/]+/secrets\.yaml$
|
||||
shamir_threshold: 1
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *kat
|
||||
- *mew
|
||||
age:
|
||||
- *tewi_gen
|
||||
- *tewi_osh
|
||||
- path
|
||||
- *yukari
|
||||
- path_regex: systems/.*\.yaml$
|
||||
shamir_threshold: 1
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *kat
|
||||
age:
|
||||
- *yukari
|
||||
Loading…
Add table
Add a link
Reference in a new issue