From f2f493be782cc5ab57ae86a4899ba21f36e79225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 19 Mar 2023 23:09:11 +0200 Subject: [PATCH] disable matrix-synapse for now --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4364401..680401c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -374,7 +374,7 @@ in { # app_service_config_files matrix-synapse = { - enable = true; + enable = false; settings = { server_name = "jakstys.lt"; admin_contact = "motiejus@jakstys.lt";