diff --git a/hosts/common/consul.nix b/hosts/common/consul.nix index f107aee..3f18ffd 100644 --- a/hosts/common/consul.nix +++ b/hosts/common/consul.nix @@ -6,8 +6,10 @@ in { services.consul = { enable = true; + webUi = true; interface.advertise = "eno1"; extraConfig = { + client_addr = "0.0.0.0"; datacenter = "alo"; server = server_enabled; bootstrap_expect = (builtins.length servers + 2) / 2;