tlp service: disable builtin power management

This commit is contained in:
Nikolay Amiantov 2016-07-03 20:22:05 +03:00
parent 0e5c802120
commit 0056f5a6d4

View file

@ -54,6 +54,9 @@ in
config = mkIf cfg.enable {
powerManagement.scsiLinkPolicy = null;
powerManagement.cpuFreqGovernor = null;
systemd.services = {
tlp = {
description = "TLP system startup/shutdown";