nixos/powertop: wait for hardware to initialize (#77364)
nixos/powertop: wait for hardware to initialize
This commit is contained in:
commit
a69d3f33d4
@ -15,6 +15,7 @@ in {
|
|||||||
systemd.services = {
|
systemd.services = {
|
||||||
powertop = {
|
powertop = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
after = [ "multi-user.target" ];
|
||||||
description = "Powertop tunings";
|
description = "Powertop tunings";
|
||||||
path = [ pkgs.kmod ];
|
path = [ pkgs.kmod ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user