mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
feat: Change default scheduler to eevdf
Upstream CachyOS switched their scheduler to eevdf
This commit is contained in:
parent
e8fd643d68
commit
b922a31ab6
@ -31,7 +31,7 @@ lib.makeOverridable (
|
|||||||
# CachyOS fine tuning settings, see ./cachySettings.nix for corresponding options
|
# 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
|
# Default value sourced from https://github.com/CachyOS/linux-cachyos/blob/master/linux-cachyos/PKGBUILD
|
||||||
# Set to null or false to disable
|
# Set to null or false to disable
|
||||||
cpusched ? "bore",
|
cpusched ? "eevdf",
|
||||||
kcfi ? false,
|
kcfi ? false,
|
||||||
hzTicks ? "1000",
|
hzTicks ? "1000",
|
||||||
performanceGovernor ? false,
|
performanceGovernor ? false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user