always use power management

This commit is contained in:
Cyryl Płotnicki 2019-10-07 18:33:11 +01:00
parent 2f819dcfba
commit 893e173ea9

View file

@ -22,7 +22,7 @@
''; '';
}; };
powerManagement.enable = true; powerManagement.enable = (lib.mkForce true);
powerManagement.cpuFreqGovernor = (lib.mkForce null); powerManagement.cpuFreqGovernor = (lib.mkForce null);
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;
} }