Merge pull request #30204 from lheckemann/powertop-fix
powertop module: add kmod to path
Jörg Thalheim 8 years ago b256b277 7a566fc0
··· 16 16 powertop = { 17 17 wantedBy = [ "multi-user.target" ]; 18 18 description = "Powertop tunings"; 19 19 + path = [ pkgs.kmod ]; 19 20 serviceConfig = { 20 21 Type = "oneshot"; 21 22 RemainAfterExit = "yes";