diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-10-03 23:07:05 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-10-03 23:07:05 +0200 |
commit | e79e5470fbab1ea167e66faaf5c9608cac64c9ec (patch) | |
tree | 88bf22e5c7e72630354ad6b12a5f16e878a586b9 /cluster | |
parent | aac2019d2757b30d2f318d9a8f98b4e77ba42076 (diff) | |
download | nixcfg-e79e5470fbab1ea167e66faaf5c9608cac64c9ec.tar.gz nixcfg-e79e5470fbab1ea167e66faaf5c9608cac64c9ec.zip |
Update bespin endpoints
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"; |