This commit is contained in:
2026-03-13 00:51:09 +00:00
parent 824f75f9cb
commit ea47a2ca71
4 changed files with 42 additions and 4 deletions

View File

@@ -10,6 +10,9 @@
modules.lavd
# modules.ppd
];
nixos = {
services.upower.enable = true;
};
};
};
}

View File

@@ -14,7 +14,7 @@
# Most energy efficent scheduler setup..
systemd.services.scx.environment = {
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
SCX_FLAGS_OVERRIDE = "--powersave --enable-cpu-bw";
SCX_FLAGS_OVERRIDE = "--powersave --enable-cpu-bw --cpu-pref-order '20-21,12-19,0-11'";
};
};
};