diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-20 12:29:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-20 12:29:26 +0200 |
commit | ff7462b2c7433fa804d365e03ee773d306993a34 (patch) | |
tree | 34e9617101bb50734ef65bebba069b6e2526214a /cluster/prod | |
parent | 972fc4ea7c48db9dc0a2aad52f7966f0e3b26256 (diff) | |
download | nixcfg-ff7462b2c7433fa804d365e03ee773d306993a34.tar.gz nixcfg-ff7462b2c7433fa804d365e03ee773d306993a34.zip |
prod: update nomad to 1.6
Diffstat (limited to 'cluster/prod')
-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, |