forked from DGNum/infrastructure
13 lines
351 B
Nix
13 lines
351 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
publicKeys = lib.getNodeKeys "storage01";
|
|
|
|
in lib.setDefault { inherit publicKeys; } [
|
|
"atticd-credentials_file"
|
|
"forgejo-database_password_file"
|
|
"garage-environment_file"
|
|
"netbird-auth_client_secret_file"
|
|
"peertube-secrets_file"
|
|
"peertube-service_environment_file"
|
|
"peertube-smtp_password_file"
|
|
]
|