feat(skadi): disable scx, no benefit.

This commit is contained in:
CronyAkatsuki 2025-11-05 21:16:23 +01:00
parent 6ef00fe663
commit cf1aa263c8

View file

@ -23,11 +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;
scheduler = "scx_lavd"; # scheduler = "scx_lavd";
extraArgs = ["--performance" "--no-core-compaction"]; # extraArgs = ["--performance" "--no-core-compaction"];
}; # };
# Get nicer hostname # Get nicer hostname
networking.hostName = "skadi"; # Define your hostname. networking.hostName = "skadi"; # Define your hostname.