feat: Change default scheduler to eevdf (#42)

Upstream CachyOS switched their scheduler to eevdf
This commit is contained in:
Ben Webb 2026-03-07 04:29:11 +02:00 committed by GitHub
parent aada771f51
commit c8cb04ea37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,