mastodon: use nonsense mail

This commit is contained in:
lassulus 2022-12-02 16:30:47 +01:00
parent b7a24272db
commit 2d5f0db519

View File

@ -15,7 +15,7 @@
configureNginx = true;
trustedProxy = config.krebs.hosts.prism.nets.retiolum.ip6.addr;
smtp.createLocally = false;
smtp.fromAddress = "mastodon@social.krebsco.de";
smtp.fromAddress = "derp";
};
services.nginx.virtualHosts.${config.services.mastodon.localDomain} = {