Skip to content

Commit

Permalink
nixos/tests: fix ssh-audit under network-online dep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Jan 19, 2024
1 parent e7451ca commit 1323e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/ssh-audit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ import ./make-test-python.nix (
${serverName}.succeed("${pkgs.ssh-audit}/bin/ssh-audit 127.0.0.1")
# Wait for client to be able to connect to the server
${clientName}.systemctl("start network-online.target")
${clientName}.wait_for_unit("network-online.target")
# Set up trusted private key
Expand Down

0 comments on commit 1323e31

Please sign in to comment.