mirror of https://gitlab.crans.org/nounous/nixos
31 lines
817 B
YAML
31 lines
817 B
YAML
keys:
|
|
# Hosts keys are age keys derived from the host ssh key.
|
|
- &chene age1p9h7wl3j2fl40gacknt4y95rqkaat8gntrqesx05xcg6yav8tuuqxrqv7h
|
|
- &neo age1ed9esfstrdhfl3650mv4j3mjyum70245f903ye6g0f5t2ept73nqyksh3g
|
|
- &redite age1utlywxylme0z3jenv4uz8ftcwteg9877y3zf46fu7zwjjwa05g7q88w8t0
|
|
- &two age1zlpu6qum5xcl07hnsndp78tllqph5jz7q8fr5ntxr88202xq9u9s9r2y7x
|
|
|
|
# Nounou keys.
|
|
- &_aeltheos 0xDF6D6CE9E95E26E8
|
|
- &_pigeonmoelleux 0xFA47BDA260489ADA
|
|
|
|
creation_rules:
|
|
# Secrets that are shared accross all hosts.
|
|
- path_regex: secrets/common.yaml
|
|
key_groups:
|
|
- pgp :
|
|
- *_aeltheos
|
|
- *_pigeonmoelleux
|
|
age :
|
|
- *chene
|
|
- *neo
|
|
- *redite
|
|
- *two
|
|
|
|
# Secrets for neo.
|
|
- path_regex: secrets/neo.yaml
|
|
key_groups:
|
|
- pgp:
|
|
- *_aeltheos
|
|
- *_pigeonmoelleux
|