diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-20 10:09:55 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-20 10:09:55 +0200 |
commit | c6a1bb341fddfd38c8c826c796a21ac8efcbfb4c (patch) | |
tree | 768eda2d3e81b8cde6b6edc9268578cb3ca87f36 /cluster/prod | |
parent | eddc95c5df810cb8a23235060915907a57c4913e (diff) | |
download | nixcfg-c6a1bb341fddfd38c8c826c796a21ac8efcbfb4c.tar.gz nixcfg-c6a1bb341fddfd38c8c826c796a21ac8efcbfb4c.zip |
prod: update nixos to 23.05
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/cluster.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 278f3cf..ab3395e 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -77,6 +77,9 @@ }; }; + # Keep using Nomad 1.4 + services.nomad.package = pkgs.nomad_1_4; + # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ |