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