From 066318f1f4e1d607539355dde1f1ba0e4137dfc8 Mon Sep 17 00:00:00 2001 From: Zuma Date: Thu, 18 Dec 2025 11:17:27 +0100 Subject: [PATCH] Bootstrap consul to 3 nodes --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 64966e7..b05885f 100755 --- a/configuration.nix +++ b/configuration.nix @@ -196,6 +196,7 @@ with pkgs.lib; site = clusterNodeCfg.siteName; }; server = true; + bootstrap_expect = 3; datacenter = cfg.clusterName; ui_config.enabled = true; bind_addr = "${clusterAddress}";