From 7973c3c1713e86a73a29db9bde6d6b62da260a56 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 12 Feb 2026 23:37:50 -0700 Subject: [PATCH] registration --- modules/matrix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/matrix.nix b/modules/matrix.nix index c5bf985..d5a3d94 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -14,8 +14,8 @@ in server_name = serverName; address = [ "127.0.0.1" "::1" ]; port = [ 6167 ]; - max_request_size = 104857600; # 100MB in bytes - allow_registration = false; + max_request_size = 104857600; + allow_registration = true; allow_encryption = true; allow_federation = true; trusted_servers = [ "matrix.org" ];