mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
decrease max_freq
This commit is contained in:
@ -186,7 +186,7 @@
|
||||
governor = "powersave";
|
||||
turbo = "never";
|
||||
scaling_min_freq = 400000;
|
||||
scaling_max_freq = 2800000;
|
||||
scaling_max_freq = 1800000;
|
||||
};
|
||||
charger = {
|
||||
governor = "powersave";
|
||||
|
Reference in New Issue
Block a user