always use power management
This commit is contained in:
parent
2f819dcfba
commit
893e173ea9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
powerManagement.enable = true;
|
||||
powerManagement.enable = (lib.mkForce true);
|
||||
powerManagement.cpuFreqGovernor = (lib.mkForce null);
|
||||
powerManagement.powertop.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue