From c3ec689b9ab0ec44b8f56390e8d6bc4b7bdc115a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 27 Jun 2022 18:50:26 +1000 Subject: [PATCH] matrix: disabled registration --- profiles/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/matrix.nix b/profiles/matrix.nix index ea05358..eb62190 100644 --- a/profiles/matrix.nix +++ b/profiles/matrix.nix @@ -18,7 +18,7 @@ matrix-synapse = { enable = true; # Enable the synapse server settings = { - enable_registration = true; # Toggle user registration + enable_registration = false; # Toggle user registration enable_registration_without_verification = false; extraConfig = '' enable_group_creation: true # Allow users to create communities