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...
];
customPowerManagement = {
pwrMgmt = {
enable = true;
cpuFreqGovernor = "performance";
powertop.enable = false;
@ -29,7 +29,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
# other configuration files here...
];
customPowerManagement = {
pwrMgmt = {
enable = true;
cpuFreqGovernor = "powersave";
powertop = {