Enable bfq IO scheduler
Alan Pearce alan@alanpearce.eu
Tue, 27 Aug 2019 15:04:53 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
M modules/hardware/bare-metal.nix → modules/hardware/bare-metal.nix
@@ -18,6 +18,8 @@ }; boot.tmpOnTmpfs = true; + boot.kernelModules = [ "bfq" ]; + fileSystems."/".options = [ "noatime" "nodiratime" ]; fileSystems."/home".options = [ "noatime" "nodiratime" ]; }