aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-04-20 12:29:26 +0200
committerAlex Auvolat <alex@adnab.me>2024-04-20 12:29:26 +0200
commitff7462b2c7433fa804d365e03ee773d306993a34 (patch)
tree34e9617101bb50734ef65bebba069b6e2526214a
parent972fc4ea7c48db9dc0a2aad52f7966f0e3b26256 (diff)
downloadnixcfg-ff7462b2c7433fa804d365e03ee773d306993a34.tar.gz
nixcfg-ff7462b2c7433fa804d365e03ee773d306993a34.zip
prod: update nomad to 1.6
-rw-r--r--cluster/prod/cluster.nix2
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,