summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/pusher.nix')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/pusher.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix b/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
index 559d42c..037cf55 100644
--- a/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
+++ b/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
@@ -10,7 +10,7 @@ in
         instance_map = lib.listToAttrs (lib.map (index: {
           name = "pusher-${toString index}";
           value = {
-            path = "/run/synapse/pusher-${toString index}.sock";
+            path = "/run/matrix-synapse/pusher-${toString index}.sock";
           };
         }) pushers);