commit 5c9cda45404e91565587409e1566bd3d858c7251 parent df82fafc48432ba5eb60e5aa7b2a84e25104f56e Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 11:53:07 +0200 First only do etcd Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -466,7 +466,7 @@ initialClusterState = "existing"; }; patroni = { - enable = true; + enable = false; nodeIp = "100.64.0.1"; name = "worker-1"; scope = "cluster-1";