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
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
# services.scx = {
|
||||
# enable = true;
|
||||
# package = pkgs.scx_git.full;
|
||||
# scheduler = "scx_lavd";
|
||||
# extraArgs = ["--autopilot"];
|
||||
# };
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = ["--performance" "--no-core-compaction"];
|
||||
};
|
||||
|
||||
# Get nicer hostname
|
||||
networking.hostName = "skadi"; # Define your hostname.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue