@cryptotaxi247 / infra-1 / commits / b825a057

Hacks to get an initial deploy working

Eelco Dolstra committed Apr 25, 2019 at 23:39 UTC b825a057d94f43805f053feab7fbf13f2c23cd9c
1 file changed +2 -2
delft/network.nix
+2 -2
@@ -1,8 +1,8 @@
1 let
2 makeMac = { ip, extra }: {
3 deployment = {
4 - sshConfigOptionsFile = ../macs/ssh-config;
5 - targetHost = ip;
4 + targetHost = "localhost";
5 + targetPort = 2222;
6 };
7 macosGuest = {
8 enable = true;