mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-14 19:32:49 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -29,7 +29,8 @@ in {
|
|||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
bootstrap = false;
|
bootstrap = false;
|
||||||
bootstrap_expect = 7;
|
server = true;
|
||||||
|
bootstrap_expect = 3;
|
||||||
encrypt = config.sops.secrets.consul_encrypt.path;
|
encrypt = config.sops.secrets.consul_encrypt.path;
|
||||||
performance = {
|
performance = {
|
||||||
raft_multiplier = 5;
|
raft_multiplier = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user