diff options
Diffstat (limited to 'host/Rory-nginx')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/background.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/background.nix b/host/Rory-nginx/services/matrix/synapse/workers/background.nix index c97d647..501299a 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/background.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/background.nix @@ -12,7 +12,7 @@ in services.matrix-synapse = lib.mkIf cfg.enableBackgroundWorker { settings = { instance_map = { - appservice = { + background = { path = "/run/matrix-synapse/background.sock"; }; }; @@ -21,7 +21,7 @@ in }; workers = { - appservice = { + background = { worker_app = "synapse.app.generic_worker"; worker_listeners = [ { |