From 914b02bac231f59bcca77f12ca490c23e129bbaf Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 25 Nov 2025 11:34:42 +0100 Subject: [PATCH] feat(skadi): install scx. --- hosts/skadi/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 992c4e1..fb69942 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -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.