Skip to content

Commit

Permalink
chore: change tp cpu governor
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 23, 2024
1 parent 8a8a4e5 commit 1dcd06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/tp/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
turbo = "never";
};
charger = {
governor = "powersave";
turbo = "never";
governor = "performance";
turbo = "auto";
};
};
};
Expand Down

0 comments on commit 1dcd06d

Please sign in to comment.