From db700613d1cf3f497755fc97e4c4d1d3e0b84780 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 19 Oct 2023 13:27:46 -0600 Subject: [PATCH] configs/manager: ns2 lives at a new ip --- configs/manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/manager.nix b/configs/manager.nix index fcfefda..ccaab25 100644 --- a/configs/manager.nix +++ b/configs/manager.nix @@ -48,7 +48,7 @@ with lib; { networking = { hosts = { "66.135.2.235" = [ "ns1" ]; - "23.234.251.216" = [ "ns2" ]; + "142.171.43.82" = [ "ns2" ]; "46.23.94.18" = [ "ns3" ]; "198.23.149.18" = [ "ns4" ]; };