l 1 prism: allowUnfree for ts3

This commit is contained in:
lassulus 2015-11-01 20:00:43 +01:00
parent cb5e5f452c
commit fd42a107a5
1 changed files with 3 additions and 0 deletions

View File

@ -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;