diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index c742d1a..d2a4152 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -3,10 +3,10 @@ { services.matrix-synapse = { enable = true; - enable_registration = false; settings = { serverName = "talk.hypervirtual.world"; + enable_registration = false; }; configureRedisLocally = true;