lol

Merge pull request #30204 from lheckemann/powertop-fix

powertop module: add kmod to path

authored by

Jörg Thalheim and committed by
GitHub
b256b277 7a566fc0

+1
+1
nixos/modules/tasks/powertop.nix
··· 16 16 powertop = { 17 17 wantedBy = [ "multi-user.target" ]; 18 18 description = "Powertop tunings"; 19 + path = [ pkgs.kmod ]; 19 20 serviceConfig = { 20 21 Type = "oneshot"; 21 22 RemainAfterExit = "yes";