about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-04-22 08:26:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-04-22 08:26:59 +0200
commitb362d750cc4940558e0afae721c7f74bfb768f0c (patch)
tree5051b1a9fdf62822e866e412414f2bf04a3922cc /machines/dnyarri.nix
parent6c224e49345abeb7e4502df6d337b5127f08e5d0 (diff)
Enable BFQ scheduler on all machines by default.
This adds the kernel patch to all machines and uses it as the default
scheduler. Let's see when I need to scream at the edit of a commit
message again, because the disk is busy and the editor is waiting for
I/O.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index efbebb8b..3d691824 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -45,6 +45,7 @@ with import ../lib;
     linuxAszlig = pkgs.buildLinux {
       inherit (pkgs.kernelSourceAszlig) version src;
 
+      kernelPatches = singleton pkgs.aszligKernelPatches.bfqsched;
       configfile = pkgs.substituteAll {
         name = "aszlig-with-firmware.kconf";
         src = generateKConf (import ./dnyarri-kconf.nix);