mayushii: Disable powertop
According to the TLP FAQ[1], TLP does everything powertop does, but better. [1] https://linrunner.de/tlp/faq/powertop.html
This commit is contained in:
parent
4afbf1c24b
commit
a9a3c74f4a
|
@ -40,7 +40,6 @@
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
cpuFreqGovernor = "schedutil";
|
cpuFreqGovernor = "schedutil";
|
||||||
powertop.enable = true;
|
|
||||||
};
|
};
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue