feat(skadi): install scx.

This commit is contained in:
CronyAkatsuki 2025-11-25 11:34:42 +01:00
parent 839abfe81f
commit 914b02bac2

View file

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