diff options
author | Rory& <root@rory.gay> | 2024-07-06 22:16:44 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-06 22:16:44 +0200 |
commit | dd8598b0369e18722324c48c9af4e6918aa477f7 (patch) | |
tree | ba1462ee02964e9d2f22a7c99e0ccee6eb61b789 /host/Rory-nginx/services/matrix/synapse/workers/sync.nix | |
parent | I forgot that nix doesnt do commas... (diff) | |
download | Rory-Open-Architecture-dd8598b0369e18722324c48c9af4e6918aa477f7.tar.xz |
Fix sync workers
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/sync.nix')
-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 ); |