We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5c35a commit c49faddCopy full SHA for c49fadd
2configs/consul.nix
@@ -12,7 +12,7 @@
12
# interface.bind = "retiolum";
13
extraConfig = {
14
bind_addr = config.krebs.build.host.nets.retiolum.ip4.addr;
15
- bootstrap_expect = 3;
+ bootstrap_expect = 1;
16
server = true;
17
# retry_join = config.services.consul.extraConfig.start_join;
18
retry_join = lib.mapAttrsToList (_n: h: lib.head h.nets.retiolum.aliases) (
0 commit comments