diff --git a/tests/syncthing/default.nix b/tests/syncthing/default.nix index f93224d..5a12767 100644 --- a/tests/syncthing/default.nix +++ b/tests/syncthing/default.nix @@ -65,7 +65,7 @@ client1NetCfg = nodes.client1.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 '' start_all()