feat(skadi): disable scx, no benefit.
This commit is contained in:
parent
6ef00fe663
commit
cf1aa263c8
1 changed files with 5 additions and 5 deletions
|
|
@ -23,11 +23,11 @@
|
|||
|
||||
# Use the xanmod kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = ["--performance" "--no-core-compaction"];
|
||||
};
|
||||
# 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