finish nomad, add consul, sops

This commit is contained in:
2023-11-19 21:48:06 +00:00
parent c8c2485dac
commit ad8bd37446

View File

@@ -13,7 +13,7 @@ in {
package = pkgs.consul_1_9; package = pkgs.consul_1_9;
enable = true; enable = true;
webUi = true; webUi = true;
extra_config = { extraConfig = {
bootstrap = false; bootstrap = false;
bootstrap_expect = 7; bootstrap_expect = 7;
encrypt = config.sops.secrets.consul_encrypt.path; encrypt = config.sops.secrets.consul_encrypt.path;