aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-04-19 08:54:11 +0200
committerAlex Auvolat <alex@adnab.me>2024-04-19 08:54:11 +0200
commitfb871fd350e20562a3514f45635fa3f7e2067437 (patch)
treebac52328ca9664a1aff50e44cf550dd02735280f
parent27df86a7e5b31af85243e4f85b26af9bc3f39679 (diff)
downloadnixcfg-fb871fd350e20562a3514f45635fa3f7e2067437.tar.gz
nixcfg-fb871fd350e20562a3514f45635fa3f7e2067437.zip
staging: accept nomad bsl license
-rw-r--r--cluster/staging/cluster.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix
index 3b03038..a76d0ce 100644
--- a/cluster/staging/cluster.nix
+++ b/cluster/staging/cluster.nix
@@ -101,6 +101,7 @@
# Test nomad 1.6
services.nomad.package = lib.mkForce pkgs.nomad_1_6;
+ nixpkgs.config.allowUnfree = true; # Accept nomad's BSL license
# We're doing lots of experiments so GC periodically is usefull.
nix.gc.automatic = true;