From a769245b14a523a4f27b41e33a03df9a8a0b99c7 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 18 Jan 2023 22:37:49 +0000 Subject: [PATCH] fix: pendantic ordering of vars --- machines/agentjones.nix | 3 +-- machines/ash.nix | 1 - machines/galatea.nix | 1 - machines/optimus.nix | 1 - machines/vendetta.nix | 5 ++--- machines/vigil.nix | 3 +-- 6 files changed, 4 insertions(+), 10 deletions(-) diff --git a/machines/agentjones.nix b/machines/agentjones.nix index be16684..a53889c 100644 --- a/machines/agentjones.nix +++ b/machines/agentjones.nix @@ -12,8 +12,7 @@ { pkgs, lib, nodes, ... }: let # name of the server, sets teh hostname and record for it - name = "agentjones"; - + name = "agentjones"; ip_pub = "193.1.99.72"; ip_priv = "172.20.20.1"; # hostname = "${name}.skynet.ie"; diff --git a/machines/ash.nix b/machines/ash.nix index 139d878..cb01ce9 100644 --- a/machines/ash.nix +++ b/machines/ash.nix @@ -14,7 +14,6 @@ let # name of the server, sets teh hostname and record for it name = "ash"; - ip_pub = "193.1.99.75"; ip_priv = "172.20.20.5"; # hostname = "${name}.skynet.ie"; diff --git a/machines/galatea.nix b/machines/galatea.nix index 8c5ad93..293fc58 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_pub = "192.168.1.157"; ip_priv = "172.20.20.6"; # hostname = "${name}.skynet.ie"; hostname = ip_pub; diff --git a/machines/optimus.nix b/machines/optimus.nix index 5c9e8c8..7c96bc1 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_pub = "192.168.1.157"; ip_priv = "172.20.20.7"; # hostname = "${name}.skynet.ie"; hostname = ip_pub; diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 877f2b7..7d5b5ec 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -12,9 +12,8 @@ { pkgs, lib, nodes, ... }: let - # name of the server, sets teh hostname and record for it - name = "vendetta"; - + # 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"; diff --git a/machines/vigil.nix b/machines/vigil.nix index 6407ae7..2119756 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -12,8 +12,7 @@ { pkgs, lib, nodes, ... }: let - name = "vigil"; - + name = "vigil"; ip_pub = "193.1.99.109"; ip_priv = "172.20.20.4"; # hostname = "${name}.skynet.ie";