12 lines
315 B
Nix
12 lines
315 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"
|
|
"peertube-secrets_file"
|
|
"peertube-service_environment_file"
|
|
"peertube-smtp_password_file"
|
|
]
|