fixup! check port 9100
Eelco Dolstra committed
Aug 19, 2019 at 19:40 UTC
e0ab378736d5e3d34e2cf7785a1305d968f9294c
1 file changed
+1
-1
macs/host/qemu.nix
+1
-1
@@ -90,7 +90,7 @@ in {
90
enable = true;
91
92
script = ''
93
- if ${pkgs.curl}/bin/curl ${config.macosGuest.network.interiorNetworkPrefix}.2 > /dev/null; then
93
+ if ${pkgs.curl}/bin/curl ${config.macosGuest.network.interiorNetworkPrefix}.2:9100 > /dev/null; then
94
echo "Appears to be up!"
95
else
96
echo "Appears to be down, restarting run-macos-vm"