58a55c43e4
Add smtp configuration and other miscelleanous settings
13 lines
315 B
Nix
13 lines
315 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
publicKeys = lib.getNodeKeys "storage01";
|
|
in
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
|
"forgejo-database_password_file"
|
|
"garage-environment_file"
|
|
"lychee-environment_file"
|
|
"peertube-secrets_file"
|
|
"peertube-service_environment_file"
|
|
"peertube-smtp_password_file"
|
|
]
|