diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/cluster.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 52a9bd7..4b9b41a 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -78,7 +78,7 @@ }; # Pin Nomad version - services.nomad.package = pkgs.nomad_1_5; + services.nomad.package = pkgs.nomad_1_6; nixpkgs.config.allowUnfree = true; # Accept nomad's BSL license # Bootstrap IPs for Consul cluster, |