1
0
Fork 0

Khanda: change I/O scheduler to BFQ

This commit is contained in:
Aires 2024-07-07 10:48:51 -04:00
parent e4c7509afd
commit 72e9e9dd3b

View file

@ -81,6 +81,11 @@ in
};
};
# Change I/O scheduler to BFQ to try and reduce stuttering under load.
services.udev.extraRules = ''
ACTION=="add|change", KERNEL=="nvme0*", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
'';
hardware = {
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Enable camera driver