meow
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
nixos = {
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = [
|
||||
"--cpu-pref-order 20-21,12-19,0-11"
|
||||
"--autopilot"
|
||||
];
|
||||
## Commented out because the service impl is bugged and doesnt actually set these
|
||||
# scheduler = "scx_lavd";
|
||||
# extraArgs = [
|
||||
# "--cpu-pref-order 20-21,12-19,0-11"
|
||||
# "--autopilot"
|
||||
# ];
|
||||
};
|
||||
# Most energy efficent scheduler setup..
|
||||
systemd.services.scx.environment = {
|
||||
|
||||
Reference in New Issue
Block a user