fix: pendantic ordering of vars
This commit is contained in:
parent
06033ea16b
commit
a769245b14
6 changed files with 4 additions and 10 deletions
|
@ -13,7 +13,6 @@
|
|||
let
|
||||
# name of the server, sets teh hostname and record for it
|
||||
name = "agentjones";
|
||||
|
||||
ip_pub = "193.1.99.72";
|
||||
ip_priv = "172.20.20.1";
|
||||
# hostname = "${name}.skynet.ie";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -14,7 +14,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";
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
{ pkgs, lib, nodes, ... }:
|
||||
let
|
||||
name = "vigil";
|
||||
|
||||
ip_pub = "193.1.99.109";
|
||||
ip_priv = "172.20.20.4";
|
||||
# hostname = "${name}.skynet.ie";
|
||||
|
|
Loading…
Reference in a new issue