Add adios io scheduler

This commit is contained in:
Merrkry 2025-12-26 15:15:50 +01:00
parent 87ad2d62ed
commit d3fd7d4ca5

View File

@ -4,6 +4,9 @@ with lib.kernel;
{ {
common = { common = {
CACHY = yes; CACHY = yes;
# https://wiki.cachyos.org/configuration/general_system_tweaks/#adios-io-scheduler
MQ_IOSCHED_ADIOS = yes;
}; };
cpusched = rec { cpusched = rec {