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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue