diff --git a/config/modules/power-management/lavd.nix b/config/modules/power-management/lavd.nix index b324784..71f5585 100644 --- a/config/modules/power-management/lavd.nix +++ b/config/modules/power-management/lavd.nix @@ -18,7 +18,7 @@ # Most energy efficent scheduler setup.. systemd.services.scx.environment = { SCX_SCHEDULER_OVERRIDE = "scx_lavd"; - SCX_FLAGS_OVERRIDE = "--autopower"; + SCX_FLAGS_OVERRIDE = "--powersave --cpu-pref-order=0-4,5-11"; }; }; };