diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 5a717df..d131db7 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -5,21 +5,27 @@ deuxfleurs.cluster_nodes = [ { hostname = "concombre"; + site_name = "neptune"; publicKey = "VvXT0fPDfWsHxumZqVShpS33dJQAdpJ1E79ZbCBJP34="; IP = "10.42.1.31"; endpoint = "82.66.112.151:33731"; + lan_endpoint = "192.168.1.31:33731"; } { hostname = "courgette"; + site_name = "neptune"; publicKey = "goTkBJGmzrGDOAjUcdH9G0JekipqSMoaYQdB6IHnzi0="; IP = "10.42.1.32"; endpoint = "82.66.112.151:33732"; + lan_endpoint = "192.168.1.32:33732"; } { hostname = "celeri"; + site_name = "neptune"; publicKey = "oZDAb8LoLW87ktUHyFFec0VaIar97bqq47mGbdVqJ0U="; IP = "10.42.1.33"; endpoint = "82.66.112.151:33733"; + lan_endpoint = "192.168.1.33:33733"; } ]; deuxfleurs.admin_nodes = [