fix mastodon email
All checks were successful
Lint / lint (push) Successful in 3s
Plex Update / update (push) Successful in 10s

This commit is contained in:
Vivian 2023-06-13 09:53:54 +02:00
parent 108a8bc068
commit f1d475aa0a
2 changed files with 5 additions and 1 deletions

View file

@ -65,7 +65,7 @@ in {
smtp = {
createLocally = false;
fromAddress = "mastodon@xirion.net";
host = "mail.xirion.net";
host = "mail.0x76.dev";
user = "mastodon@xirion.net";
authenticate = true;
port = 587;

View file

@ -79,6 +79,10 @@ in {
hashedPasswordFile = "${vs.mailserver}/snapraid@0x76.dev";
sendOnly = true;
};
"mastodon@xirion.net" = {
hashedPasswordFile = "${vs.mailserver}/mastodon@xirion.net";
sendOnly = true;
};
};
indexDir = "/var/lib/dovecot/indices";