1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/sliding-sync.nix b/host/Rory-nginx/services/matrix/sliding-sync.nix
index e66d325..a8fbd0c 100644
--- a/host/Rory-nginx/services/matrix/sliding-sync.nix
+++ b/host/Rory-nginx/services/matrix/sliding-sync.nix
@@ -3,7 +3,7 @@
services.matrix-sliding-sync = {
enable = true;
settings = {
- "SYNCV3_SERVER" = "http://localhost:8008";
+ "SYNCV3_SERVER" = "http://matrix.rory.gay";
"SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3";
"SYNCV3_BINDADDR" = "0.0.0.0:8100";
};
|