Make the power management explicit

This commit is contained in:
Cyryl Płotnicki 2019-08-18 11:17:04 +01:00
parent dbfb24eea4
commit cf99e6484f

View file

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