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.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix
index c625f1e2..48b2475a 100644
--- a/modules/user/aszlig/system/kernel.nix
+++ b/modules/user/aszlig/system/kernel.nix
@@ -9,13 +9,12 @@
     boot = {
       kernelPatches = lib.singleton {
         name = "bfq";
-        patch = ./add-default-iosched-option-for-bfq.patch;
+        patch = ./bfq-by-default.patch;
         extraConfig = ''
           SCSI_MQ_DEFAULT y
+          DM_MQ_DEFAULT y
           IOSCHED_BFQ y
           BFQ_GROUP_IOSCHED y
-          DEFAULT_BFQ y
-          DEFAULT_IOSCHED bfq
         '';
       };