summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-16 06:04:21 +0200
committerRory& <root@rory.gay>2024-08-16 06:04:21 +0200
commitb2c84f78e3ce93f4c4ba47cbac2bc7c69a7169a7 (patch)
tree16992ce2905f7495045565261fb09a8cb3ef3349
parentEnable irqbalance on Rory-nginx (diff)
downloadRory-Open-Architecture-b2c84f78e3ce93f4c4ba47cbac2bc7c69a7169a7.tar.xz
Sliding sync on workers
-rw-r--r--host/Rory-nginx/services/matrix/sliding-sync.nix2
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"; };