nixos/powertop: wait for hardware to initialize (#77364)

nixos/powertop: wait for hardware to initialize
This commit is contained in:
Jörg Thalheim
2020-01-10 15:25:51 +00:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ in {
systemd.services = {
powertop = {
wantedBy = [ "multi-user.target" ];
after = [ "multi-user.target" ];
description = "Powertop tunings";
path = [ pkgs.kmod ];
serviceConfig = {