summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-09 20:32:36 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commitf5855370eef000fa90f326b86c4ba79effda512f (patch)
tree2a03d94d4121eba84a4c5e00c9f568b530c545a5 /host/Rory-nginx/services/matrix/synapse.nix
parentit REALLY wants to use environmentFile... (diff)
downloadRory-Open-Architecture-f5855370eef000fa90f326b86c4ba79effda512f.tar.xz
Clean up, update the correct well-known
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse.nix')
-rwxr-xr-xhost/Rory-nginx/services/matrix/synapse.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix
index c1109aa..b95994b 100755
--- a/host/Rory-nginx/services/matrix/synapse.nix
+++ b/host/Rory-nginx/services/matrix/synapse.nix
@@ -14,11 +14,6 @@ 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";
     };