tests/syncthing: Fix option name

This commit is contained in:
SebastianStork 2026-03-17 20:44:21 +01:00
parent ac83b330a1
commit 7bf505b3b5
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -65,7 +65,7 @@
client1NetCfg = nodes.client1.custom.networking.overlay; client1NetCfg = nodes.client1.custom.networking.overlay;
client2NetCfg = nodes.client2.custom.networking.overlay; client2NetCfg = nodes.client2.custom.networking.overlay;
getSyncPort = hostName: nodes.${hostName}.custom.services.syncthing.syncPort |> toString; getSyncPort = hostName: nodes.${hostName}.custom.services.syncthing.port |> toString;
in in
'' ''
start_all() start_all()