mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2025-09-10 04:53:48 +02:00
fix typo
This commit is contained in:
@@ -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 (_: { })
|
||||
|
Reference in New Issue
Block a user