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 = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
description = "Powertop tunings";
|
||||
path = [ pkgs.kmod ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = "yes";
|
||||
|
|
Loading…
Reference in New Issue