update power management readme
This commit is contained in:
parent
cc7e26cecc
commit
fd83440ff8
@ -14,7 +14,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
|
|||||||
# other configuration files here...
|
# other configuration files here...
|
||||||
];
|
];
|
||||||
|
|
||||||
customPowerManagement = {
|
pwrMgmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cpuFreqGovernor = "performance";
|
cpuFreqGovernor = "performance";
|
||||||
powertop.enable = false;
|
powertop.enable = false;
|
||||||
@ -29,7 +29,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
|
|||||||
# other configuration files here...
|
# other configuration files here...
|
||||||
];
|
];
|
||||||
|
|
||||||
customPowerManagement = {
|
pwrMgmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cpuFreqGovernor = "powersave";
|
cpuFreqGovernor = "powersave";
|
||||||
powertop = {
|
powertop = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user