From 9568a59b1b144c2337e5e75adb5e6c72475cd9f3 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 9 Dec 2022 10:34:58 +0100 Subject: [PATCH] fix typo --- synapse-module/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse-module/nginx.nix b/synapse-module/nginx.nix index eb42346..58b0e20 100644 --- a/synapse-module/nginx.nix +++ b/synapse-module/nginx.nix @@ -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 (_: { })