From 5414d30bb5f16fb03c9eaa11306a45b85c6c537f Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 23:00:31 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/consul.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/consul.nix b/modules/consul.nix index 2a1792c..bd2f6a6 100644 --- a/modules/consul.nix +++ b/modules/consul.nix @@ -29,7 +29,8 @@ in { extraConfig = { bootstrap = false; - bootstrap_expect = 7; + server = true; + bootstrap_expect = 3; encrypt = config.sops.secrets.consul_encrypt.path; performance = { raft_multiplier = 5;