commit 0cea26cdd0ca464046b18183b06198972ef17718 parent 71975e579395962608982d1093bdbab107064c66 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 12 Sep 2023 17:54:40 +0200 Fix confd Diffstat:
| M | nixos/common/lib/confd.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/common/lib/confd.nix b/nixos/common/lib/confd.nix @@ -3,8 +3,8 @@ services.confd = { enable = true; nodes = [ - "http://100.64.0.3:2379" - "http://100.64.0.1:2379" + "http://10.100.0.1:2379" + "http://10.100.0.2:2379" ]; prefix = "/service/cluster-1"; };