From fdd2ae29323cdaa3cb3d0d06ace793907edf3b09 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Mar 2026 22:06:24 -0600 Subject: [PATCH] Update matrix.nix --- modules/matrix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/matrix.nix b/modules/matrix.nix index e75c7e3..a062547 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -18,8 +18,7 @@ in ]; port = [ 6167 ]; max_request_size = 104857600; - allow_registration = true; - registration_token = "09b3ccc25da9b3d5dc43e276a1c9e83d043fb49f45670ea7f2ede314adb8d3f8"; + allow_registration = false; allow_encryption = true; allow_federation = true; new_user_displayname_suffix = "";