From ef4a2006de91dd3c70315491a02b48639dce7e16 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 25 Apr 2016 17:29:53 +0200 Subject: machines/profpatsch: remove usb kernel patch Seems like it went upstream. --- machines/profpatsch/katara.nix | 1 - machines/profpatsch/pkgs.nix | 5 ----- 2 files changed, 6 deletions(-) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index c9695151..c86e4e37 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -32,7 +32,6 @@ in { boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; boot.initrd.luks.devices = [ { device = "/dev/sda2"; name = "cryptroot"; } ]; - boot.kernelPackages = myPkgs.linuxPackages; ########### diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index fb8450cf..c9c5b300 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -29,9 +29,4 @@ with pkgs; # sent = pkgs:q.sent.override { patches = [ ./sent-bg.patch ]; }; inherit sent; - linuxPackages = linuxPackages // { - kernel = linuxPackages.kernel.override { - kernelPatches = [ { name = "usb-fix"; patch = ./kernel-usb.patch; } ]; - }; - }; } -- cgit 1.4.1