From c110570f008472958bd700d04f02fa3d1f9209fe Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 13 Aug 2024 03:23:15 -0600 Subject: sys/web/sites/matrix: enable sliding sync --- sys/conduit/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/conduit') diff --git a/sys/conduit/default.nix b/sys/conduit/default.nix index 1d59469..597960b 100644 --- a/sys/conduit/default.nix +++ b/sys/conduit/default.nix @@ -2,6 +2,7 @@ with lib; let cfg = config.local.conduit; + fqdn = config.local.domains.matrix.main; inherit (config.local.domains.matrix.passthru) serverName; in { @@ -38,6 +39,11 @@ in enable_lightning_bolt = false; allow_check_for_updates = true; new_user_displayname_suffix = ""; + + well_known = { + client = "https://${fqdn}"; + server = "${fqdn}:443"; + }; }; }; }; -- cgit v1.2.3