aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/cluster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r--cluster/staging/cluster.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix
index b4bcfe4..7addac3 100644
--- a/cluster/staging/cluster.nix
+++ b/cluster/staging/cluster.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... } @ args:
+{ config, pkgs, lib, ... } @ args:
{
deuxfleurs.clusterName = "staging";
@@ -98,6 +98,9 @@
## ===== EXPERIMENTAL SECTION FOR STAGING CLUSTER =====
+ # Test nomad 1.6
+ services.nomad.package = lib.mkForce pkgs.nomad_1_6;
+
# We're doing lots of experiments so GC periodically is usefull.
nix.gc.automatic = true;