diff options
author | Rory& <root@rory.gay> | 2024-10-10 21:45:13 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-10-10 21:45:39 +0200 |
commit | 020a5571a26294ef3e456ce8f3bbf5c3201de85d (patch) | |
tree | 11ab79b215414bc16aa6b7c7cc9e2a27d6b63043 /host/Rory-nginx/services/matrix/grapevine.nix | |
parent | Server update (diff) | |
download | Rory-Open-Architecture-020a5571a26294ef3e456ce8f3bbf5c3201de85d.tar.xz |
Small updates, fix grapevine
Diffstat (limited to 'host/Rory-nginx/services/matrix/grapevine.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/grapevine.nix | 3 |
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"; |