update power management readme

This commit is contained in:
wymiller 2025-02-15 23:02:58 -06:00
parent cc7e26cecc
commit fd83440ff8

View File

@ -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 = {