diff --git a/home-manager/common/programs/ssh.nix b/home-manager/common/programs/ssh.nix index 2d4ac52..36dd53c 100644 --- a/home-manager/common/programs/ssh.nix +++ b/home-manager/common/programs/ssh.nix @@ -22,27 +22,27 @@ with lib; { "levitation" = { forwardAgent = true; user = "nathan"; - hostname = "100.95.223.6"; + hostname = "100.119.205.155"; }; "perception" = { forwardAgent = true; user = "nathan"; - hostname = "100.121.150.78"; + hostname = "100.104.25.128"; }; "oracles" = { forwardAgent = true; user = "nathan"; - hostname = "100.66.15.34"; + hostname = "100.123.211.72"; }; "tounge" = { forwardAgent = true; user = "nathan"; - hostname = "100.75.37.98"; + hostname = "100.89.216.133"; }; "universe" = { forwardAgent = true; user = "nathan"; - hostname = "100.93.40.58"; + hostname = "100.75.76.143"; }; "shadowchild" = { forwardAgent = true; @@ -52,7 +52,7 @@ with lib; { "fusion" = { forwardAgent = true; user = "nathan"; - hostname = "100.99.69.14"; + hostname = "100.91.102.137"; }; "pendulum" = { forwardAgent = true; diff --git a/machines/oracles/automation.nix b/machines/oracles/automation.nix index 6d1c653..7e387e2 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -47,7 +47,7 @@ let in lib.mkMerge [ { # Setup hosts for gitea automation - networking.hosts = { "100.99.69.14" = [ "git.stranger.systems" ]; }; + networking.hosts = { "100.91.102.137" = [ "git.stranger.systems" ]; }; # Setup the bot user users.users."strangerbot" = { home = "/home/strangerbot"; diff --git a/machines/tounge/configuration.nix b/machines/tounge/configuration.nix index 53fec0e..3757838 100644 --- a/machines/tounge/configuration.nix +++ b/machines/tounge/configuration.nix @@ -80,8 +80,8 @@ ports = [ "10.0.0.10:53:53/tcp" "10.0.0.10:53:53/udp" - "100.75.37.98:53:53/tcp" - "100.75.37.98:53:53/udp" + "100.89.216.133:53:53/tcp" + "100.89.216.133:53:53/udp" "3080:80" "30443:443" ]; @@ -138,7 +138,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8989"; + proxyPass = "http://100.104.25.128:8989"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -149,7 +149,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:7878"; + proxyPass = "http://100.104.25.128:7878"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -160,7 +160,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8080"; + proxyPass = "http://100.104.25.128:8080"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -171,7 +171,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8686"; + proxyPass = "http://100.104.25.128:8686"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -182,7 +182,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8181"; + proxyPass = "http://100.104.25.128:8181"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -193,7 +193,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:6767"; + proxyPass = "http://100.104.25.128:6767"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -204,7 +204,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8096"; + proxyPass = "http://100.104.25.128:8096"; extraConfig = '' allow all; ''; @@ -214,7 +214,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:5055"; + proxyPass = "http://100.104.25.128:5055"; extraConfig = '' allow all; ''; @@ -224,7 +224,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:5690"; + proxyPass = "http://100.104.25.128:5690"; extraConfig = '' allow all; ''; @@ -234,7 +234,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:8265"; + proxyPass = "http://100.104.25.128:8265"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -245,7 +245,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:5000"; + proxyPass = "http://100.104.25.128:5000"; extraConfig = '' allow 100.64.0.0/10; deny all; @@ -256,7 +256,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://100.121.150.78:13378"; + proxyPass = "http://100.104.25.128:13378"; extraConfig = '' allow 100.64.0.0/10; deny all;