From 3e440a97762e7146ebdd35c17117017ee21ec464 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 6 Jan 2021 02:22:05 +0100 Subject: [PATCH] LoutreOS: disable Mastodon --- systems/LoutreOS/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index bd649418f..994131d9d 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -263,7 +263,7 @@ in python-ci.enable = true; mastodon = { - enable = true; + enable = false; localDomain = "social.nyanlout.re"; configureNginx = true; extraConfig = {