diff options
author | Rory& <root@rory.gay> | 2024-11-03 01:12:50 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 01:12:50 +0100 |
commit | 4a24f605b015f152e3964848409ea91000289331 (patch) | |
tree | 897b73fc648e5b7d99aadcdee363c647d6356820 /host/Rory-nginx/services/matrix/grapevine.nix | |
parent | Grapevine config changes (diff) | |
download | Rory-Open-Architecture-4a24f605b015f152e3964848409ea91000289331.tar.xz |
trusted_servers no longer exists in grapevine
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/services/matrix/grapevine.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/grapevine.nix b/host/Rory-nginx/services/matrix/grapevine.nix index 616626b..c73b48c 100755 --- a/host/Rory-nginx/services/matrix/grapevine.nix +++ b/host/Rory-nginx/services/matrix/grapevine.nix @@ -6,7 +6,7 @@ settings = { conduit_compat = true; server_name = "conduit.rory.gay"; - trusted_servers = [ "rory.gay" ]; + #trusted_servers = [ "rory.gay" ]; listen = [ { |