IP updates

This commit is contained in:
Nathan McCarty 2023-10-07 04:31:51 -04:00
parent 84423b944f
commit e95ae14387
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
3 changed files with 21 additions and 21 deletions

View File

@ -22,27 +22,27 @@ with lib; {
"levitation" = { "levitation" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.95.223.6"; hostname = "100.119.205.155";
}; };
"perception" = { "perception" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.121.150.78"; hostname = "100.104.25.128";
}; };
"oracles" = { "oracles" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.66.15.34"; hostname = "100.123.211.72";
}; };
"tounge" = { "tounge" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.75.37.98"; hostname = "100.89.216.133";
}; };
"universe" = { "universe" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.93.40.58"; hostname = "100.75.76.143";
}; };
"shadowchild" = { "shadowchild" = {
forwardAgent = true; forwardAgent = true;
@ -52,7 +52,7 @@ with lib; {
"fusion" = { "fusion" = {
forwardAgent = true; forwardAgent = true;
user = "nathan"; user = "nathan";
hostname = "100.99.69.14"; hostname = "100.91.102.137";
}; };
"pendulum" = { "pendulum" = {
forwardAgent = true; forwardAgent = true;

View File

@ -47,7 +47,7 @@ let
in lib.mkMerge [ in lib.mkMerge [
{ # Setup hosts for gitea automation { # 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 # Setup the bot user
users.users."strangerbot" = { users.users."strangerbot" = {
home = "/home/strangerbot"; home = "/home/strangerbot";

View File

@ -80,8 +80,8 @@
ports = [ ports = [
"10.0.0.10:53:53/tcp" "10.0.0.10:53:53/tcp"
"10.0.0.10:53:53/udp" "10.0.0.10:53:53/udp"
"100.75.37.98:53:53/tcp" "100.89.216.133:53:53/tcp"
"100.75.37.98:53:53/udp" "100.89.216.133:53:53/udp"
"3080:80" "3080:80"
"30443:443" "30443:443"
]; ];
@ -138,7 +138,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8989"; proxyPass = "http://100.104.25.128:8989";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -149,7 +149,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:7878"; proxyPass = "http://100.104.25.128:7878";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -160,7 +160,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8080"; proxyPass = "http://100.104.25.128:8080";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -171,7 +171,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8686"; proxyPass = "http://100.104.25.128:8686";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -182,7 +182,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8181"; proxyPass = "http://100.104.25.128:8181";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -193,7 +193,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:6767"; proxyPass = "http://100.104.25.128:6767";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -204,7 +204,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8096"; proxyPass = "http://100.104.25.128:8096";
extraConfig = '' extraConfig = ''
allow all; allow all;
''; '';
@ -214,7 +214,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:5055"; proxyPass = "http://100.104.25.128:5055";
extraConfig = '' extraConfig = ''
allow all; allow all;
''; '';
@ -224,7 +224,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:5690"; proxyPass = "http://100.104.25.128:5690";
extraConfig = '' extraConfig = ''
allow all; allow all;
''; '';
@ -234,7 +234,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8265"; proxyPass = "http://100.104.25.128:8265";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -245,7 +245,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:5000"; proxyPass = "http://100.104.25.128:5000";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;
@ -256,7 +256,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:13378"; proxyPass = "http://100.104.25.128:13378";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow 100.64.0.0/10;
deny all; deny all;