forked from Deuxfleurs/nixcfg
staging: reaffect raft leaders
This commit is contained in:
parent
e94cb54661
commit
c790f6f3e1
4 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
deuxfleurs.hostName = "carcajou";
|
||||
deuxfleurs.staticIPv6.address = "2001:910:1204:1::22";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
deuxfleurs.hostName = "caribou";
|
||||
deuxfleurs.staticIPv6.address = "2001:910:1204:1::23";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
deuxfleurs.hostName = "df-pw5";
|
||||
deuxfleurs.staticIPv4.address = "192.168.5.130";
|
||||
deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
deuxfleurs.hostName = "piranha";
|
||||
deuxfleurs.staticIPv4.address = "192.168.1.25";
|
||||
deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue