mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2024-12-22 02:47:29 +01:00
fix typo
This commit is contained in:
parent
3bbfebb5c1
commit
9568a59b1b
@ -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 (_: { })
|
||||
|
Loading…
Reference in New Issue
Block a user