commit 87eb49132b56ed02a2376f42dc87d05bd6daa387 parent c068bcb56f2ae7c7361afc7051ff877ea793354f Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 11 Dec 2023 11:39:56 +0100 Temp disable masto Diffstat:
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -416,7 +416,7 @@ in { }; mastodon = { - enable = true; + enable = false; webProcesses = 8; webThreads = 8; streamingProcesses = 8;