added: lavd scx scheduler for more powerefficentcy
This commit is contained in:
@@ -51,18 +51,6 @@
|
||||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = [
|
||||
"--cpu-pref-order 20-21,12-19,0-11"
|
||||
"--autopilot"
|
||||
];
|
||||
};
|
||||
systemd.services.scx.environment = {
|
||||
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
||||
SCX_FLAGS_OVERRIDE = "--autopilot --cpu-pref-order 20-21,12-19,0-11 --no-use-em";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
# firmware = [ pkgs.intel-npu-driver ];
|
||||
|
||||
Reference in New Issue
Block a user