Merge pull request #30204 from lheckemann/powertop-fix

powertop module: add kmod to path
This commit is contained in:
Jörg Thalheim
2017-10-07 22:06:46 +01:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ in {
powertop = {
wantedBy = [ "multi-user.target" ];
description = "Powertop tunings";
path = [ pkgs.kmod ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = "yes";