mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-17 12:46:26 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user