diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/sync.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix index d409d54..b9ccad3 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix @@ -27,9 +27,6 @@ in }; }) workers ); - - media_instance_running_background_jobs = "sync-0"; - enable_sync = false; }; workers = lib.listToAttrs ( @@ -66,7 +63,6 @@ in dbGroup = "small"; } ); - enable_sync = true; }; }) workers ); |