feat(skadi): enable scx with scx_lavd performance
This commit is contained in:
parent
b9413da4b9
commit
f68e97e762
1 changed files with 5 additions and 6 deletions
|
|
@ -23,12 +23,11 @@
|
||||||
|
|
||||||
# Use the xanmod kernel
|
# Use the xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||||
# services.scx = {
|
services.scx = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# package = pkgs.scx_git.full;
|
scheduler = "scx_lavd";
|
||||||
# scheduler = "scx_lavd";
|
extraArgs = ["--performance" "--no-core-compaction"];
|
||||||
# extraArgs = ["--autopilot"];
|
};
|
||||||
# };
|
|
||||||
|
|
||||||
# Get nicer hostname
|
# Get nicer hostname
|
||||||
networking.hostName = "skadi"; # Define your hostname.
|
networking.hostName = "skadi"; # Define your hostname.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue