summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kay/modules/matrix-sliding-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/modules/matrix-sliding-sync.nix b/hosts/kay/modules/matrix-sliding-sync.nix
index 526734b..b86a0bf 100644
--- a/hosts/kay/modules/matrix-sliding-sync.nix
+++ b/hosts/kay/modules/matrix-sliding-sync.nix
@@ -9,6 +9,6 @@ in
services.matrix-sliding-sync = {
enable = true;
environmentFile = config.sops.secrets."matrix-${domain}/sliding_sync".path;
- settings.SYNCV3_SERVER = "https://${domain}";
+ settings.SYNCV3_SERVER = "http://127.0.0.1:${toString config.services.dendrite.httpPort}";
};
}