commit 9a8de40e01bf0f59184ef9b19421b19252b50895 parent 5c9cda45404e91565587409e1566bd3d858c7251 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 11:54:48 +0200 Ensure we set the rest of the required options as well Diffstat:
| M | nixos/worker-1/configuration.nix | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -473,6 +473,18 @@ settings = { postgresql.listen = "100.64.0.1"; + etcd = { + hosts = [ + "100.64.0.3:2379" + "100.64.0.1:2379" + ]; + }; + tags = { + nofailover = false; + noloadbalancer = false; + clonefrom = false; + nosync = false; + }; }; otherNodesIps = [