* Use Linux 2.6.35.
svn path=/configurations/trunk/tud/; revision=29125
Eelco Dolstra committed
Sep 9, 2011 at 12:59 UTC
ac0536af864eb9cc70432b8acb4d727aa5015c75
1 file changed
+2
common.nix
+2
@@ -1,6 +1,8 @@
1
{ config, pkgs, ... }:
2
3
{
4
+ boot.kernelPackages = pkgs.linuxPackages_2_6_35;
5
+
6
boot.kernelModules = [ "coretemp" ];
7
8
boot.initrd.kernelModules = [ "ext4" ];