From ae0666f09ea8c08d9406bed1b32b89df68ac54f2 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 3 Apr 2016 23:25:12 +0200 Subject: machines/katara: kernel usb-failure patch grabbed from https://www.spinics.net/lists/linux-usb/msg137228.html, because it could still take a while until it arrives in upstream. --- machines/profpatsch/katara.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index c86e4e37..c9695151 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -32,6 +32,7 @@ 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; ########### -- cgit 1.4.1