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
1 files 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" ]; }