From be9e640d3e847b73dd62933771584ac6d64a4066 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 11 Oct 2021 11:03:49 +0200 Subject: [PATCH] disable mastodon --- systems/LoutreOS/web.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index a1499b4ac..99ffe8eda 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -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 = {