From ad4888171c64d08fe74ad4eb0398711311e63916 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 8 Feb 2025 02:43:44 +0100 Subject: [PATCH] no registration --- modules/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/matrix/default.nix b/modules/matrix/default.nix index b4800fe..6e214ac 100644 --- a/modules/matrix/default.nix +++ b/modules/matrix/default.nix @@ -20,7 +20,7 @@ in mkIf conf.matrix.enable { enable = true; settings.global = { server_name = "matrix.twoneis.site"; - allow_registration = true; + allow_registration = false; }; }; }