commit 6a0050f628dfb846ed2edf1ffc4c2741a3354d02 parent 1f96af439c33e44875d60633012a4b20093d3fb3 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 1 Sep 2023 18:08:03 +0200 Change some more settings Diffstat:
| M | nixos/worker-1/configuration.nix | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -572,6 +572,15 @@ enable_local_logins_via_email = true; allow_new_registrations = false; }; + spam = { + notify_mods_when_user_silenced = true; + }; + legal = { + tos_url = "https://docs.draupnir.midnightthoughts.space/docs/code_of_conduct/"; + }; + plugins = { + chat_enabled = false; + }; }; admin = { username = "MTRNord";