summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-06 22:16:44 +0200
committerRory& <root@rory.gay>2024-07-06 22:16:44 +0200
commitdd8598b0369e18722324c48c9af4e6918aa477f7 (patch)
treeba1462ee02964e9d2f22a7c99e0ccee6eb61b789
parentI forgot that nix doesnt do commas... (diff)
downloadRory-Open-Architecture-dd8598b0369e18722324c48c9af4e6918aa477f7.tar.xz
Fix sync workers
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/sync.nix4
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
       );