diff options
author | mricher <maximilien.richer@gmail.com> | 2022-10-16 12:08:27 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-10-16 14:17:12 +0000 |
commit | 8797d4450a0e09258a6845f1a890c73bbd726b72 (patch) | |
tree | d4a0135250de7456f3dacc2f4471e87ad943f1fd | |
parent | 6bafa20bf671f1625c3306a355c8d6b3ccae39d4 (diff) | |
download | nixcfg-8797d4450a0e09258a6845f1a890c73bbd726b72.tar.gz nixcfg-8797d4450a0e09258a6845f1a890c73bbd726b72.zip |
Add cluster configuration
-rw-r--r-- | cluster/prod/cluster.nix | 31 |
1 files 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"; } ]; |