From 60cfc76ea10cebfe82ca5022ca082c23674844f2 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 20 Nov 2023 00:03:34 +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 59262fd..87e919f 100644 --- a/modules/consul.nix +++ b/modules/consul.nix @@ -22,7 +22,7 @@ in { # virtualisation.docker.enable = true; sops.secrets.consul_encrypt_json = { sopsFile = "${secretstore}/consul_encrypt.json"; - consul_encrypt_json.format = "binary"; + format = "binary"; }; services.consul = {