summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-09 20:34:05 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commit8fd7f535237e6a6c23b09365af3847b17b0b6c7a (patch)
treea13e3acf890fad985f3f00fb83b24c1c1219cf06
parentClean up, update the correct well-known (diff)
downloadRory-Open-Architecture-8fd7f535237e6a6c23b09365af3847b17b0b6c7a.tar.xz
These are required by the module but dont seem to affect the proxy?
-rwxr-xr-xhost/Rory-nginx/services/matrix/synapse.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix
index b95994b..c1109aa 100755
--- a/host/Rory-nginx/services/matrix/synapse.nix
+++ b/host/Rory-nginx/services/matrix/synapse.nix
@@ -14,6 +14,11 @@ in
 
     sliding-sync = {
       enable = true;
+      settings = {
+        "SYNCV3_SERVER" = "http://localhost:8008";
+        "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3";
+        "SYNCV3_BINDADDR" = "0.0.0.0:8100";
+      };
       environmentFile = "/etc/sliding-sync.env";
     };