mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 02:06:32 +05:30
32 lines
870 B
YAML
32 lines
870 B
YAML
keys:
|
|
- &users
|
|
- &tux age14vktfes95f33vuefwnmuvryas7az04u76dsgyhfvsx73czkvmp2q7njkl4
|
|
|
|
- &hosts
|
|
- &sirius age1maxsx5tq2h3d92rfyl8ekcdan5gu5cpch4qs3c56cu7qag02xgvs3h0gqc
|
|
- &canopus age1x36yr8h993srfj29sfpzt4wyz52nztvncpmhgmfs0j26qvfecq3qvcm0an
|
|
- &arcturus age1huqa3hc7wcxk4dpelrzny437nzrx4fnll3d8g9ahznzk268yju5qufapxy
|
|
- &alpha age1mzxxxzhy3us3rd960ufqv7vlxj5cnug86md6x69llg9ujzw2pqws057llf
|
|
|
|
creation_rules:
|
|
- path_regex: hosts/sirius/secrets.yaml$
|
|
key_groups:
|
|
- age:
|
|
- *tux
|
|
- *sirius
|
|
- path_regex: hosts/canopus/secrets.yaml$
|
|
key_groups:
|
|
- age:
|
|
- *tux
|
|
- *canopus
|
|
- path_regex: hosts/arcturus/secrets.yaml$
|
|
key_groups:
|
|
- age:
|
|
- *tux
|
|
- *arcturus
|
|
- path_regex: hosts/alpha/secrets.yaml$
|
|
key_groups:
|
|
- age:
|
|
- *tux
|
|
- *alpha
|