diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-28 21:46:00 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-28 21:51:38 +0100 |
commit | 7ae8f05510105f2b808ca7f92baf2c871e1ab9b0 (patch) | |
tree | 26907d5637ead6c5bea35d61a1c54e3a0960e91f /cluster/prod/cluster.nix | |
parent | 070c7281c82c8abb9851a249a83fe568cd12b8f7 (diff) | |
download | nixcfg-7ae8f05510105f2b808ca7f92baf2c871e1ab9b0.tar.gz nixcfg-7ae8f05510105f2b808ca7f92baf2c871e1ab9b0.zip |
prod: Move Raft server from neptune to corrin
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 7624121..533f2eb 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -120,9 +120,9 @@ # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ - "10.83.1.1" # concombre - "10.83.2.1" # dahlia "10.83.3.1" # df-ykl + "10.83.4.2" # ananas + "10.83.6.1" # pamplemousse ]; deuxfleurs.adminAccounts = { |