about summary refs log tree commit diff
path: root/machines/mmrnmhrm.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/mmrnmhrm.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/mmrnmhrm.nix')
-rw-r--r--machines/mmrnmhrm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/mmrnmhrm.nix b/machines/mmrnmhrm.nix
index 926f8297..1116dbe9 100644
--- a/machines/mmrnmhrm.nix
+++ b/machines/mmrnmhrm.nix
@@ -10,6 +10,7 @@ with import ../lib;
     linuxAszlig = pkgs.buildLinux {
       inherit (pkgs.kernelSourceAszlig) version src;
 
+      kernelPatches = singleton pkgs.aszligKernelPatches.bfqsched;
       configfile = generateKConf (import ./mmrnmhrm-kconf.nix);
       allowImportFromDerivation = true;
     };