This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-09 10:34:58 +01:00
parent 3bbfebb5c1
commit 9568a59b1b
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ in
services.nginx.upstreams.synapse_worker_initial_sync = {
servers = let
initialSyncers = getWorkersOfType "inital-sync";
initialSyncers = getWorkersOfType "initial-sync";
socketAddresses = generateSocketAddresses "client" initialSyncers;
in if initialSyncers != [ ] then
lib.genAttrs socketAddresses (_: { })