From 7bf505b3b543c17ac3e498f31141097d4f2fe8ec Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Mar 2026 20:44:21 +0100 Subject: [PATCH] tests/syncthing: Fix option name --- tests/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()