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