Merge pull request #30204 from lheckemann/powertop-fix
powertop module: add kmod to path
This commit is contained in:
commit
b256b2778a
@ -16,6 +16,7 @@ in {
|
|||||||
powertop = {
|
powertop = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
description = "Powertop tunings";
|
description = "Powertop tunings";
|
||||||
|
path = [ pkgs.kmod ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = "yes";
|
RemainAfterExit = "yes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user