Merge pull request #30204 from lheckemann/powertop-fix

powertop module: add kmod to path

Changed files
+1
nixos
modules
tasks
+1
nixos/modules/tasks/powertop.nix
···
powertop = {
wantedBy = [ "multi-user.target" ];
description = "Powertop tunings";
serviceConfig = {
Type = "oneshot";
RemainAfterExit = "yes";
···
powertop = {
wantedBy = [ "multi-user.target" ];
description = "Powertop tunings";
+
path = [ pkgs.kmod ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = "yes";