From ff7462b2c7433fa804d365e03ee773d306993a34 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 20 Apr 2024 12:29:26 +0200 Subject: [PATCH] prod: update nomad to 1.6 --- cluster/prod/cluster.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,