about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
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}";
   };