From b32e03fcbbbb271375ba1f338f61d497fbef000f Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 4 Feb 2021 00:22:26 +0100 Subject: [PATCH] Fix client discovery in Matrix --- modules/communication.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/communication.nix b/modules/communication.nix index 9255325..98e506e 100644 --- a/modules/communication.nix +++ b/modules/communication.nix @@ -5,6 +5,7 @@ services.matrix-synapse = { enable = true; server_name = "coolneng.duckdns.org"; + public_baseurl = "https://matrix.coolneng.duckdns.org"; listeners = [{ port = 8008; tls = false; @@ -12,7 +13,6 @@ compress = true; names = [ "client" ]; }]; - x_forwarded = true; }]; app_service_config_files = [ "/var/lib/matrix-synapse/telegram-registration.yaml" ];