forked from DGNum/infrastructure
fix: mastodon smtp setup
This commit is contained in:
parent
f2e4e8aa5b
commit
b26d9f752e
3 changed files with 7 additions and 1 deletions
|
@ -9,8 +9,13 @@ in
|
|||
|
||||
localDomain = host;
|
||||
smtp = {
|
||||
# TODO: smtp setup
|
||||
fromAddress = "social@services.dgnum.eu";
|
||||
createLocally = false;
|
||||
host = "kurisu.lahfa.xyz";
|
||||
port = 465;
|
||||
user = "web-services@infra.dgnum.eu";
|
||||
passwordFile = config.age.secrets.mastodon-smtp-password.path;
|
||||
authenticate = true;
|
||||
};
|
||||
|
||||
streamingProcesses = 4;
|
||||
|
|
BIN
machines/compute01/secrets/mastodon-smtp-password
Normal file
BIN
machines/compute01/secrets/mastodon-smtp-password
Normal file
Binary file not shown.
|
@ -13,6 +13,7 @@ lib.setDefault { inherit publicKeys; } [
|
|||
"librenms-database_password_file"
|
||||
"librenms-environment_file"
|
||||
"mastodon-extra_env_file"
|
||||
"mastodon-smtp-password"
|
||||
"nextcloud-adminpass_file"
|
||||
"nextcloud-s3_secret_file"
|
||||
"outline-oidc_client_secret_file"
|
||||
|
|
Loading…
Reference in a new issue