bare-metal: don't force bfq module to load Let it be loaded as necessary
1 file changed, 0 insertions(+), 2 deletions(-)
M system/settings/hardware/bare-metal.nix → system/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" ]; }