From f50175491e5f345f543c26752ed0ad2e08f2d8e1 Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 19 Jul 2024 13:30:13 +0200 Subject: [PATCH] removed deprecated option --- features/synapse-matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;