mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 13:09:08 +01:00
tests/syncthing: Fix option name
This commit is contained in:
parent
ac83b330a1
commit
7bf505b3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue