forked from Deuxfleurs/nixcfg
prod: Move Raft server from neptune to corrin
This commit is contained in:
parent
070c7281c8
commit
7ae8f05510
3 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
|
@ -11,5 +11,4 @@
|
|||
deuxfleurs.hostName = "concombre";
|
||||
deuxfleurs.staticIPv4.address = "192.168.1.31";
|
||||
deuxfleurs.staticIPv6.address = "2001:910:1204:1::31";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
}
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
deuxfleurs.hostName = "pamplemousse";
|
||||
deuxfleurs.staticIPv4.address = "192.168.5.201";
|
||||
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::201";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue