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
commit a69d3f33d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {