diff options
author | lassulus <lass@aidsballs.de> | 2015-11-01 20:00:43 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-11-01 20:00:43 +0100 |
commit | fd42a107a517d0f67005efcd9ed4f1400ffdb154 (patch) | |
tree | ef04e18e665627fdbe5121149f17fd7ce1139af5 /lass/1systems | |
parent | cb5e5f452c320d0f75bd46a82fd6afc96e11d73e (diff) |
l 1 prism: allowUnfree for ts3
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index ae90251cc..87334c3c2 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -84,6 +84,9 @@ in { #workaround for server dying after 6-7h boot.kernelPackages = pkgs.linuxPackages_4_2; } + { + nixpkgs.config.allowUnfree = true; + } ]; krebs.build.host = config.krebs.hosts.prism; |