summary refs log tree commit diff
path: root/nixos/modules/tasks/powertop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/tasks/powertop.nix')
-rw-r--r--nixos/modules/tasks/powertop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/tasks/powertop.nix b/nixos/modules/tasks/powertop.nix
index 609831506e1..e8064f9fa80 100644
--- a/nixos/modules/tasks/powertop.nix
+++ b/nixos/modules/tasks/powertop.nix
@@ -15,6 +15,7 @@ in {
     systemd.services = {
       powertop = {
         wantedBy = [ "multi-user.target" ];
+        after = [ "multi-user.target" ];
         description = "Powertop tunings";
         path = [ pkgs.kmod ];
         serviceConfig = {