Go back to using infinity-scheduler

The issues I had should now be fixed
This commit is contained in:
Username404-59 2026-07-01 18:11:42 +02:00
parent e558f6f5a1
commit 0ea4f88c2b
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -59,7 +59,7 @@
]; ];
services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations
enable = true; # Disable this to use the infinity scheduler enable = false; # Disable this to use the infinity scheduler
scheduler = "scx_flow"; scheduler = "scx_flow";
extraArgs = [ /* TODO for next scx version after 1.1.1: "--no-webui" */ ]; extraArgs = [ /* TODO for next scx version after 1.1.1: "--no-webui" */ ];
}; };