services.tlp.enable = true; for power management

This commit is contained in:
Maximilian Bosch
2017-09-03 23:28:34 +02:00
parent 7d130c0061
commit a2e55b93ad
2 changed files with 1 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ with lib;
};
hardware.enableAllFirmware = true;
services.tlp.enable = true;
}

View File

@@ -11,9 +11,6 @@
extraModulePackages = [ config.boot.kernelPackages.tp_smapi ];
};
# TLP Linux Advanced Power Management
services.tlp.enable = true;
# hard disk protection if the laptop falls
services.hdapsd.enable = true;