summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/grapevine.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-10-10 21:45:13 +0200
committerRory& <root@rory.gay>2024-10-10 21:45:39 +0200
commit020a5571a26294ef3e456ce8f3bbf5c3201de85d (patch)
tree11ab79b215414bc16aa6b7c7cc9e2a27d6b63043 /host/Rory-nginx/services/matrix/grapevine.nix
parentServer update (diff)
downloadRory-Open-Architecture-020a5571a26294ef3e456ce8f3bbf5c3201de85d.tar.xz
Small updates, fix grapevine
Diffstat (limited to 'host/Rory-nginx/services/matrix/grapevine.nix')
-rwxr-xr-xhost/Rory-nginx/services/matrix/grapevine.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/matrix/grapevine.nix b/host/Rory-nginx/services/matrix/grapevine.nix
index 0f0006b..2214ab4 100755
--- a/host/Rory-nginx/services/matrix/grapevine.nix
+++ b/host/Rory-nginx/services/matrix/grapevine.nix
@@ -15,12 +15,11 @@
           port = 6167;
         }
       ];
+      server_discovery.client.base_url = "https://conduit.rory.gay"; # This is required for some reason
 
       database = {
         backend = "rocksdb";
       };
-
-      allow_check_for_updates = false;
       allow_registration = false;
 
       #log = "info";