diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-04 21:55:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-04 21:55:48 +0100 |
commit | 2150e0956bbffb995e15e29dc7f5415eb9a2e1dd (patch) | |
tree | 24025843220d032676cc91ee794fabdc09592c5e /site/pluton.nix | |
parent | 3db6c9a5351b5a67dec18ff02dc60907eec30925 (diff) | |
download | nixcfg-2150e0956bbffb995e15e29dc7f5415eb9a2e1dd.tar.gz nixcfg-2150e0956bbffb995e15e29dc7f5415eb9a2e1dd.zip |
Nomad and consul: single region now
Diffstat (limited to 'site/pluton.nix')
-rw-r--r-- | site/pluton.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/site/pluton.nix b/site/pluton.nix index 10ef4a5..22bea08 100644 --- a/site/pluton.nix +++ b/site/pluton.nix @@ -6,10 +6,7 @@ interface = "enp0s25"; }; - services.consul.extraConfig.datacenter = "pluton"; services.nomad.settings.datacenter = "pluton"; - services.consul.extraConfig.bootstrap_expect = 1; - services.nomad.settings.server.bootstrap_expect = 1; networking.firewall.allowedTCPPorts = [ 80 443 ]; } |