about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-12 22:17:25 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-12 22:17:25 +0100
commit27b6b90d4534f54739d28335c075c21738633553 (patch)
tree8f0bfd5ad1937a934e02ea86e757fd107ed2c118 /machines
parent0d3907027f4e432854b2bbde5d4525e45b4b2fef (diff)
kzerza: Don't hardcode kernel to version 3.12.
No idea, why I used kernel 3.12 here, but if it has a real reason I'm
going to find it out very soon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/kzerza.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/kzerza.nix b/machines/kzerza.nix
index 4c7946cf..c7f09526 100644
--- a/machines/kzerza.nix
+++ b/machines/kzerza.nix
@@ -12,7 +12,6 @@ in {
 
   boot = {
     kernelParams = singleton "consoleblank=0";
-    kernelPackages = pkgs.linuxPackages_3_12;
     initrd.kernelModules = [ "fbcon" "usb_storage" ];
     loader.grub.device = "/dev/disk/by-id/${diskID}";
   };