From aa21b89b625798e1479558cdb49d2c177d242836 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 23 May 2022 01:00:17 -0400 Subject: [PATCH] Fine tune some matrix settings --- system-specific/matrix/matrix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-specific/matrix/matrix.nix b/system-specific/matrix/matrix.nix index 842be3f..5a09d56 100644 --- a/system-specific/matrix/matrix.nix +++ b/system-specific/matrix/matrix.nix @@ -404,7 +404,8 @@ in services.matrix-synapse = { enable = true; - server_name = config.networking.domain; + server_name = "matrix.community.rs"; + public_baseurl = "https://matrix.community.rs"; listeners = [ { port = 8008;