summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-01 20:00:43 +0100
committerlassulus <lass@aidsballs.de>2015-11-01 20:00:43 +0100
commitfd42a107a517d0f67005efcd9ed4f1400ffdb154 (patch)
treeef04e18e665627fdbe5121149f17fd7ce1139af5 /lass
parentcb5e5f452c320d0f75bd46a82fd6afc96e11d73e (diff)
l 1 prism: allowUnfree for ts3
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index ae90251c..87334c3c 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;