diff options
author | Rory& <root@rory.gay> | 2024-05-06 16:53:02 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-06 16:53:02 +0200 |
commit | 46322700a4604dbc5a42dd5302b86afb7f3086af (patch) | |
tree | 7ac5d6538daf0beaa5cbe8c7e82c5eda89a9c8ab | |
parent | more workers, no sending from main (diff) | |
download | Rory-Open-Architecture-46322700a4604dbc5a42dd5302b86afb7f3086af.tar.xz |
maybe i should nix and not yaml
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index 66eef2d..61270c8 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -209,7 +209,7 @@ in #}) federationReceivers); # by type: - send_federation: false + send_federation = false; federation_sender_instances = map (port: "federation_sender-${toString port}") federationSenders; }; |