forked from Deuxfleurs/nixcfg
staging: accept nomad bsl license
This commit is contained in:
parent
27df86a7e5
commit
fb871fd350
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
|
|
||||||
# Test nomad 1.6
|
# Test nomad 1.6
|
||||||
services.nomad.package = lib.mkForce pkgs.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.
|
# We're doing lots of experiments so GC periodically is usefull.
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue