about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-04-03 23:25:12 +0200
committerProfpatsch <mail@profpatsch.de>2016-04-03 23:25:12 +0200
commitae0666f09ea8c08d9406bed1b32b89df68ac54f2 (patch)
tree8b06d3dd24d2f242b3bb25c875953476ba099b4d /machines/profpatsch/katara.nix
parentab0d19191f6bf7d787da71f241db2875993b0177 (diff)
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.
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix1
1 files changed, 1 insertions, 0 deletions
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;
 
 
     ###########