forked from nyanloutre/nixos-config
disable mastodon
This commit is contained in:
parent
3c348df23e
commit
be9e640d3e
@ -332,22 +332,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
python-ci.enable = true;
|
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 = {
|
systemd.services.nginx.serviceConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user