forked from Deuxfleurs/nixcfg
Add cluster configuration
This commit is contained in:
parent
6bafa20bf6
commit
8797d4450a
1 changed files with 27 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue