diff options
author | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
commit | 031d029e10a3670ee26b0da66cd7d73be5802aa9 (patch) | |
tree | 6652025e521988cf4ea8a1b53a8a089854c41cab /cluster/prod/cluster.nix | |
parent | c681f63222d269eaa8c47cd36307a958cbe5f398 (diff) | |
download | nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.tar.gz nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.zip |
added scorpio site and abricot node
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 59fbcb5..802d084 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -80,6 +80,14 @@ lan_endpoint = "192.168.5.116:33799"; endpoint = "109.136.55.235:33733"; } + { + hostname = "abricot"; + site_name = "scorpio"; + publicKey = "Sm9cmNZ/BfWVPFflMO+fuyiera4r203b/dKhHTQmBFg="; + IP = "10.83.4.1"; + lan_endpoint = "192.168.1.41:33799"; + endpoint = "82.65.41.110:33741"; + } ]; # Bootstrap IPs for Consul cluster, |