diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix b/host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix index 05221de..9d00c78 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/federation-sender.nix @@ -9,7 +9,7 @@ in instance_map = lib.listToAttrs (lib.map (index: { name = "federation_sender-${toString index}"; value = { - path = "/run/synapse/federation_sender-${toString index}.sock"; + path = "/run/matrix-synapse/federation_sender-${toString index}.sock"; }; }) federationSenders); |