feat(skadi): enable scx with scx_lavd performance

This commit is contained in:
CronyAkatsuki 2025-11-05 18:09:33 +01:00
parent b9413da4b9
commit f68e97e762

View file

@ -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.