feat: Change default scheduler to eevdf

Upstream CachyOS switched their scheduler to eevdf
This commit is contained in:
bentenjamin 2026-03-05 15:21:09 +02:00
parent e8fd643d68
commit b922a31ab6

View File

@ -31,7 +31,7 @@ lib.makeOverridable (
# CachyOS fine tuning settings, see ./cachySettings.nix for corresponding options
# Default value sourced from https://github.com/CachyOS/linux-cachyos/blob/master/linux-cachyos/PKGBUILD
# Set to null or false to disable
cpusched ? "bore",
cpusched ? "eevdf",
kcfi ? false,
hzTicks ? "1000",
performanceGovernor ? false,