diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-19 08:54:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-19 08:54:11 +0200 |
commit | fb871fd350e20562a3514f45635fa3f7e2067437 (patch) | |
tree | bac52328ca9664a1aff50e44cf550dd02735280f /cluster | |
parent | 27df86a7e5b31af85243e4f85b26af9bc3f39679 (diff) | |
download | nixcfg-fb871fd350e20562a3514f45635fa3f7e2067437.tar.gz nixcfg-fb871fd350e20562a3514f45635fa3f7e2067437.zip |
staging: accept nomad bsl license
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/cluster.nix | 1 |
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; |