From 8797d4450a0e09258a6845f1a890c73bbd726b72 Mon Sep 17 00:00:00 2001 From: mricher Date: Sun, 16 Oct 2022 12:08:27 +0200 Subject: [PATCH] Add cluster configuration --- cluster/prod/cluster.nix | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 1821d03..e948eb4 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -38,7 +38,7 @@ publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU="; IP = "10.83.2.1"; lan_endpoint = "192.168.1.11:33799"; - endpoint = "82.66.80.201:33731"; + endpoint = "82.66.80.201:33731"; } { hostname = "diplotaxis"; @@ -46,8 +46,7 @@ publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA="; IP = "10.83.2.2"; lan_endpoint = "192.168.1.12:33799"; - endpoint = "82.66.80.201:33732"; - + endpoint = "82.66.80.201:33732"; } { hostname = "doradille"; @@ -55,7 +54,31 @@ publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y="; IP = "10.83.2.3"; lan_endpoint = "192.168.1.13:33799"; - endpoint = "82.66.80.201:33733"; + endpoint = "82.66.80.201:33733"; + } + { + hostname = "df-ylk"; + site_name = "bespin"; + publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg"; + IP = "10.83.3.1"; + lan_endpoint = "192.168.5.117:33799"; + endpoint = "bespin.site.deuxfleurs.fr:33731"; + } + { + hostname = "df-ymf"; + site_name = "bespin"; + publicKey = "pUIKv8UBl586O7DBrHBsb9BgNU7WlYQ2r2RSNkD+JAQ="; + IP = "10.83.3.2"; + lan_endpoint = "192.168.5.234:33799"; + endpoint = "bespin.site.deuxfleurs.fr:33732"; + } + { + hostname = "df-ymk"; + site_name = "bespin"; + publicKey = "VBmpo15iIJP7250NAsF+ryhZc3j+8TZFnE1Djvn5TXI="; + IP = "10.83.3.3"; + lan_endpoint = "192.168.5.116:33799"; + endpoint = "bespin.site.deuxfleurs.fr:33733"; } ];