diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-07-14 17:51:25 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-07-14 17:51:25 +0200 |
commit | aebc4b900fd9485bf08818e2b9a80b5cf069be93 (patch) | |
tree | fed5926f279fdfd243b26f3a2dfb64a90b645d3c /cluster/prod/cluster.nix | |
parent | 2c43fe0fb4589c4abbe07cce40e5434fcabeee8a (diff) | |
download | nixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.tar.gz nixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.zip |
prod: Add new node pamplemousse
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index ddb9813..247e83b 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -99,6 +99,12 @@ address = "10.83.5.4"; endpoint = "82.64.238.84:33743"; }; + "pamplemousse" = { + siteName = "corrin"; + publicKey = "6y5GrNXEql12AObuSfOHGxxUKpdlcyapu+juLYOEBhc="; + address = "10.83.6.1"; + endpoint = "45.81.62.36:33731"; + }; }; # Pin Nomad version |