From 75ead8812b6bfb7b5193c6f487562bc9af0dd334 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 2 Dec 2014 01:34:20 -0800 Subject: [PATCH] nixos/tests: Fix nfs --- nixos/tests/nfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/nfs.nix b/nixos/tests/nfs.nix index 3a6ea7701c4e..5ed805a16952 100644 --- a/nixos/tests/nfs.nix +++ b/nixos/tests/nfs.nix @@ -38,6 +38,7 @@ in testScript = '' $server->waitForUnit("nfsd"); + $server->succeed("systemctl start network-online.target"); $server->waitForUnit("network-online.target"); startAll;