fix: mastodon smtp setup

This commit is contained in:
sinavir 2024-04-20 15:10:40 +02:00
parent f2e4e8aa5b
commit b26d9f752e
3 changed files with 7 additions and 1 deletions

View file

@ -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;