From 27b6b90d4534f54739d28335c075c21738633553 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 12 Mar 2015 22:17:25 +0100 Subject: 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 --- machines/kzerza.nix | 1 - 1 file changed, 1 deletion(-) 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}"; }; -- cgit 1.4.1