diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:36:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:36:24 +0200 |
commit | 0372df95b5689d5104131ccc75f05d791c6e6a23 (patch) | |
tree | eb98b9f16dc99a4f224d670b9a22b4bd7cfddac1 | |
parent | 9737c661a4a69db016f890643a729e30612f1027 (diff) | |
download | nixcfg-0372df95b5689d5104131ccc75f05d791c6e6a23.tar.gz nixcfg-0372df95b5689d5104131ccc75f05d791c6e6a23.zip |
staging: fix consul server addresses
-rw-r--r-- | cluster/staging/cluster.nix | 4 | ||||
-rw-r--r-- | cluster/staging/ssh_config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 56ca904..2fec94c 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -43,9 +43,9 @@ # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ - "10.14.1.1" # cariacou - "10.14.1.2" # carcajou "10.14.1.3" # caribou + "10.14.2.33" # origan + "10.14.3.1" # piranha ]; deuxfleurs.adminAccounts = { diff --git a/cluster/staging/ssh_config b/cluster/staging/ssh_config index 3043207..08cac54 100644 --- a/cluster/staging/ssh_config +++ b/cluster/staging/ssh_config @@ -10,7 +10,7 @@ Host origan HostName origan.df.trinity.fr.eu.org Host piranha - ProxyJump caribou.machine.deuxfleurs.fr + ProxyJump carcajou.machine.deuxfleurs.fr HostName 10.14.3.1 #HostName piranha.polyno.me |