disable mastodon

This commit is contained in:
nyanloutre 2021-10-11 11:03:49 +02:00
parent 3c348df23e
commit be9e640d3e
1 changed files with 0 additions and 16 deletions

View File

@ -332,22 +332,6 @@ in
};
python-ci.enable = true;
mastodon = {
enable = false;
localDomain = "social.nyanlout.re";
configureNginx = true;
extraConfig = {
SMTP_AUTH_METHOD = "none";
SMTP_OPENSSL_VERIFY_MODE = "none";
};
smtp = {
fromAddress = "social@nyanlout.re";
user = "social@nyanlout.re";
authenticate = false;
};
mediaPruneTimer = true;
};
};
systemd.services.nginx.serviceConfig = {