mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix?: disable auto-cpufreq because it fails
This commit is contained in:
parent
945c67ac16
commit
e3bed965be
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
auto-cpufreq = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
battery = {
|
||||
governor = "powersave";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue