sj laptop: add BFQ patches to kernel

This commit is contained in:
steveej 2016-07-08 15:01:42 -07:00
parent e1e88dd60b
commit 735fc7dd14
2 changed files with 36 additions and 1 deletions

View file

@ -10,6 +10,8 @@
hardware.enableAllFirmware = true;
hardware.trackpoint.emulateWheel = true;
boot.kernelPackages = pkgs.myLinuxPackages;
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];