summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-01-12 17:04:55 +0100
committerAlan Pearce2021-01-12 17:04:55 +0100
commit1fc3e2f72b830647ae53c662fa7e0fe96471b52a (patch)
tree4c6e2fb976c183a47fc8d686dfc71a18adfaaf56 /system
parent8ef974669bc7a1eb74f2751260d33aed43d4e311 (diff)
downloadnixfiles-1fc3e2f72b830647ae53c662fa7e0fe96471b52a.tar.lz
nixfiles-1fc3e2f72b830647ae53c662fa7e0fe96471b52a.tar.zst
nixfiles-1fc3e2f72b830647ae53c662fa7e0fe96471b52a.zip
bare-metal: don't force bfq module to load
Let it be loaded as necessary
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/bare-metal.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/hardware/bare-metal.nix b/system/settings/hardware/bare-metal.nix
index 130c2d21..7fd47513 100644
--- a/system/settings/hardware/bare-metal.nix
+++ b/system/settings/hardware/bare-metal.nix
@@ -29,8 +29,6 @@
   };
   boot.tmpOnTmpfs = true;
 
-  boot.kernelModules = [ "bfq" ];
-
   fileSystems."/".options = [ "noatime" "nodiratime" ];
   fileSystems."/home".options = [ "noatime" "nodiratime" ];
 }