fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
services = {
|
||||
auto-cpufreq = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
# settings for when connected to a power source
|
||||
charger = {
|
||||
@@ -17,7 +17,7 @@
|
||||
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
|
||||
# to use this feature, uncomment the following line and set the value accordingly
|
||||
scaling_min_freq = 912000;
|
||||
scaling_max_freq = 2424000;
|
||||
scaling_max_freq = 3500000;
|
||||
# scaling_min_freq = 702000;
|
||||
# scaling_max_freq = 1968000;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
|
||||
# to use this feature, uncomment the following line and set the value accordingly
|
||||
scaling_min_freq = 912000;
|
||||
scaling_max_freq = 2004000;
|
||||
scaling_max_freq = 2424000;
|
||||
|
||||
# turbo boost setting (always, auto, or never)
|
||||
turbo = "auto";
|
||||
|
||||
Reference in New Issue
Block a user