about summary refs log tree commit diff
path: root/modules/user/aszlig/system/kernel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/system/kernel.nix')
-rw-r--r--modules/user/aszlig/system/kernel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix
index 4d0a4120..c625f1e2 100644
--- a/modules/user/aszlig/system/kernel.nix
+++ b/modules/user/aszlig/system/kernel.nix
@@ -9,11 +9,12 @@
     boot = {
       kernelPatches = lib.singleton {
         name = "bfq";
-        patch = pkgs.runCommand "empty.patch" {} "touch \"$out\"";
+        patch = ./add-default-iosched-option-for-bfq.patch;
         extraConfig = ''
           SCSI_MQ_DEFAULT y
           IOSCHED_BFQ y
           BFQ_GROUP_IOSCHED y
+          DEFAULT_BFQ y
           DEFAULT_IOSCHED bfq
         '';
       };