@cryptotaxi247 / infra / commits / dbcc47f0

mac1 is busted for now

Graham Christensen committed Sep 28, 2019 at 22:30 UTC dbcc47f04edadf6513bbc7a320e191bb8574ce7b
1 file changed +2 -1
delft/network.nix
+2 -1
@@ -43,10 +43,11 @@ in {
43 ceres = import ./ceres.nix;
44
45 mac1 = makeMac {
46 - ip = "mac1";
46 + ip = "83.162.34.61";
47 extra = {
48 imports = [
49 ../macs/nodes/mac1.nix
50 + { deployment.targetPort = 6001; }
51 ];
52 };
53 };