From a5fe79cfa099455c621b2783191e1aa6f4bdf929 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 5 Nov 2019 08:13:51 -0500 Subject: [PATCH] Change the configuration to point to the new host --- morph/testing-grid.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/morph/testing-grid.nix b/morph/testing-grid.nix index b4b0649d..778b1c65 100644 --- a/morph/testing-grid.nix +++ b/morph/testing-grid.nix @@ -10,8 +10,8 @@ import ./make-grid.nix { stateVersion = "19.03"; } // cfg); - "35.157.216.200" = import ./testing000.nix (cfg // { - publicIPv4 = "35.157.216.200"; + "3.120.26.190" = import ./testing000.nix (cfg // { + publicIPv4 = "3.120.26.190"; }); }; } -- GitLab