all repos — nixfiles @ 1fc3e2f72b830647ae53c662fa7e0fe96471b52a

System and user configuration, managed by nix and home-manager

bare-metal: don't force bfq module to load

Let it be loaded as necessary
Alan Pearce alan@alanpearce.eu
Tue, 12 Jan 2021 17:04:55 +0100
commit

1fc3e2f72b830647ae53c662fa7e0fe96471b52a

parent

8ef974669bc7a1eb74f2751260d33aed43d4e311

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M system/settings/hardware/bare-metal.nixsystem/settings/hardware/bare-metal.nix
@@ -29,8 +29,6 @@ algorithm = "zstd";   };
   boot.tmpOnTmpfs = true;
 
-  boot.kernelModules = [ "bfq" ];
-
   fileSystems."/".options = [ "noatime" "nodiratime" ];
   fileSystems."/home".options = [ "noatime" "nodiratime" ];
 }