mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Improved performance on battery power
This commit is contained in:
parent
25664a5fcc
commit
07f545d6cb
|
@ -10,9 +10,9 @@
|
||||||
turbo = "auto";
|
turbo = "auto";
|
||||||
};
|
};
|
||||||
battery = {
|
battery = {
|
||||||
governor = "powersave";
|
governor = "schedutil";
|
||||||
scaling_min_freq = 1200000;
|
scaling_min_freq = 1200000;
|
||||||
scaling_max_freq = 2200000;
|
scaling_max_freq = 2800000;
|
||||||
turbo = "never";
|
turbo = "never";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue