diff options
author | Rory& <root@rory.gay> | 2024-08-16 06:04:21 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-16 06:04:21 +0200 |
commit | b2c84f78e3ce93f4c4ba47cbac2bc7c69a7169a7 (patch) | |
tree | 16992ce2905f7495045565261fb09a8cb3ef3349 /host/Rory-nginx/services/matrix | |
parent | Enable irqbalance on Rory-nginx (diff) | |
download | Rory-Open-Architecture-b2c84f78e3ce93f4c4ba47cbac2bc7c69a7169a7.tar.xz |
Sliding sync on workers
Diffstat (limited to 'host/Rory-nginx/services/matrix')
-rw-r--r-- | host/Rory-nginx/services/matrix/sliding-sync.nix | 2 |
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"; }; |