From 4017faff48bf92a118fffb5e3e12ea1de1cac79e Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 23:56:31 +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 fcb2fdb..0c86e93 100644 --- a/modules/consul.nix +++ b/modules/consul.nix @@ -30,7 +30,7 @@ in { enable = true; webUi = true; interface.bind = "end0"; - extraConfigFiles = [sops.secrets.consul_encrypt_json.path]; + extraConfigFiles = [config.sops.secrets.consul_encrypt_json.path]; extraConfig = { bootstrap = false; server = true;