mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
nixos/tests: Fix nfs
This commit is contained in:
parent
60b660b33a
commit
75ead8812b
|
@ -38,6 +38,7 @@ in
|
|||
testScript =
|
||||
''
|
||||
$server->waitForUnit("nfsd");
|
||||
$server->succeed("systemctl start network-online.target");
|
||||
$server->waitForUnit("network-online.target");
|
||||
|
||||
startAll;
|
||||
|
|
Loading…
Reference in a new issue