forked from DGNum/infrastructure
13 lines
310 B
Nix
13 lines
310 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
publicKeys = lib.getNodeKeys "web01";
|
|
in
|
|
lib.setDefault { inherit publicKeys; } [
|
|
"acme-certs_secret"
|
|
"bupstash-put_key"
|
|
"matterbridge-config_file"
|
|
"named-bind_dnskeys_conf"
|
|
"netbox-environment_file"
|
|
"ntfy_sh-environment_file"
|
|
"castopod-environment_file"
|
|
]
|