about summary refs log tree commit diff
path: root/nixos/tests/netbird.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/netbird.nix')
-rw-r--r--nixos/tests/netbird.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/netbird.nix b/nixos/tests/netbird.nix
index ef793cfe98810..7342e8d04a39c 100644
--- a/nixos/tests/netbird.nix
+++ b/nixos/tests/netbird.nix
@@ -14,7 +14,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
 
   testScript = ''
     start_all()
-    node.wait_for_unit("netbird.service")
+    node.wait_for_unit("netbird-wt0.service")
     node.wait_for_file("/var/run/netbird/sock")
     node.succeed("netbird status | grep -q 'Daemon status: NeedsLogin'")
   '';