l 1 prism: remove kernel workaround

This commit is contained in:
lassulus 2016-02-21 10:56:16 +01:00
parent 0f22538575
commit 472daa6a41

View file

@ -83,10 +83,10 @@ in {
{ {
sound.enable = false; sound.enable = false;
} }
{ #{
#workaround for server dying after 6-7h # #workaround for server dying after 6-7h
boot.kernelPackages = pkgs.linuxPackages_4_2; # boot.kernelPackages = pkgs.linuxPackages_4_2;
} #}
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
} }