nixos/tests: fix zrepl under network-online dep fix

Changed files
+1
nixos
tests
+1
nixos/tests/zrepl.nix
···
start_all()
with subtest("Wait for zrepl and network ready"):
+
host.systemctl("start network-online.target")
host.wait_for_unit("network-online.target")
host.wait_for_unit("zrepl.service")