forked from Deuxfleurs/nixcfg
prod: update nomad to 1.6
This commit is contained in:
parent
972fc4ea7c
commit
ff7462b2c7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue