mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
feat: Change default scheduler to eevdf (#42)
Upstream CachyOS switched their scheduler to eevdf
This commit is contained in:
parent
aada771f51
commit
c8cb04ea37
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user