diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/cluster.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 247e83b..ff4e4b5 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -49,19 +49,19 @@ siteName = "bespin"; publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg="; address = "10.83.3.1"; - endpoint = "109.136.139.78:33731"; + endpoint = "109.130.116.21:33731"; }; "df-ymf" = { siteName = "bespin"; publicKey = "pUIKv8UBl586O7DBrHBsb9BgNU7WlYQ2r2RSNkD+JAQ="; address = "10.83.3.2"; - endpoint = "109.136.139.78:33732"; + endpoint = "109.130.116.21:33732"; }; "df-ymk" = { siteName = "bespin"; publicKey = "VBmpo15iIJP7250NAsF+ryhZc3j+8TZFnE1Djvn5TXI="; address = "10.83.3.3"; - endpoint = "109.136.139.78:33733"; + endpoint = "109.130.116.21:33733"; }; "abricot" = { siteName = "scorpio"; |