diff options
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r-- | cluster/staging/cluster.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index b9a4fed..42353e0 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -32,6 +32,14 @@ lan_endpoint = "192.168.1.23:33799"; endpoint = "77.207.15.215:33723"; } + { + hostname = "origan"; + site_name = "jupiter"; + publicKey = "smBQYUS60JDkNoqkTT7TgbpqFiM43005fcrT6472llI="; + IP = "10.14.2.33"; + lan_endpoint = "192.168.1.33:33799"; + endpoint = "192.168.1.199:33799"; # TODO NAT + } ]; # Bootstrap IPs for Consul cluster, |