From 522efc92ccd1497877f26bac2aa9a0212d883fd3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 4 Sep 2023 18:40:49 +0100 Subject: [PATCH] [no ci] fix: removed unused private ip's --- machines/galatea.nix | 1 - machines/gir.nix | 1 - machines/glados.nix | 1 - machines/kitt.nix | 1 - machines/neuromancer.nix | 1 - machines/optimus.nix | 1 - machines/skynet.nix | 2 +- machines/vendetta.nix | 1 - machines/vigil.nix | 1 - machines/wheatly.nix | 1 - 10 files changed, 1 insertion(+), 10 deletions(-) diff --git a/machines/galatea.nix b/machines/galatea.nix index 9e9c8c0..4989e78 100644 --- a/machines/galatea.nix +++ b/machines/galatea.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "galatea"; ip_pub = "193.1.99.111"; - ip_priv = "172.20.20.6"; hostname = "${name}.skynet.ie"; in { imports = [ diff --git a/machines/gir.nix b/machines/gir.nix index b57bb29..2e16a39 100644 --- a/machines/gir.nix +++ b/machines/gir.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "gir"; ip_pub = "193.1.99.76"; - ip_priv = "172.20.20.5"; hostname = "${name}.skynet.ie"; #hostname = ip_pub; diff --git a/machines/glados.nix b/machines/glados.nix index db4b1a6..fc2ec0e 100644 --- a/machines/glados.nix +++ b/machines/glados.nix @@ -16,7 +16,6 @@ let # name of the server, sets teh hostname and record for it name = "glados"; ip_pub = "193.1.99.75"; - ip_priv = "172.20.20.7"; hostname = "${name}.skynet.ie"; in { diff --git a/machines/kitt.nix b/machines/kitt.nix index b594310..5858f9a 100644 --- a/machines/kitt.nix +++ b/machines/kitt.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "kitt"; ip_pub = "193.1.99.74"; - ip_priv = "172.20.20.5"; hostname = "${name}.skynet.ie"; #hostname = ip_pub; diff --git a/machines/neuromancer.nix b/machines/neuromancer.nix index 5d73d03..db3ad3e 100644 --- a/machines/neuromancer.nix +++ b/machines/neuromancer.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "neuromancer"; ip_pub = "193.1.99.80"; - ip_priv = "172.20.20.7"; hostname = "${name}.skynet.ie"; in { diff --git a/machines/optimus.nix b/machines/optimus.nix index 03ae0f9..10d36c4 100644 --- a/machines/optimus.nix +++ b/machines/optimus.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "optimus"; ip_pub = "193.1.99.112"; - ip_priv = "172.20.20.7"; hostname = "${name}.skynet.ie"; in { diff --git a/machines/skynet.nix b/machines/skynet.nix index 4ad175f..51d7dc9 100644 --- a/machines/skynet.nix +++ b/machines/skynet.nix @@ -45,7 +45,7 @@ in { services.skynet_backup = { host = { - ip = ip_pub; + ip = ip_priv; name = name; }; }; diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 0c1724c..0f87579 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "vendetta"; ip_pub = "193.1.99.120"; - ip_priv = "172.20.20.3"; hostname = "${name}.skynet.ie"; in { imports = [ diff --git a/machines/vigil.nix b/machines/vigil.nix index 089c243..8a73e42 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -14,7 +14,6 @@ let name = "vigil"; ip_pub = "193.1.99.109"; - ip_priv = "172.20.20.4"; hostname = "${name}.skynet.ie"; in { imports = [ diff --git a/machines/wheatly.nix b/machines/wheatly.nix index 5884193..69f556c 100644 --- a/machines/wheatly.nix +++ b/machines/wheatly.nix @@ -15,7 +15,6 @@ let # name of the server, sets teh hostname and record for it name = "wheatly"; ip_pub = "193.1.99.78"; - ip_priv = "172.20.20.7"; hostname = "${name}.skynet.ie"; in {