diff --git a/hosts/tp/configuration.nix b/hosts/tp/configuration.nix index 4ce4735..ec7f3f4 100644 --- a/hosts/tp/configuration.nix +++ b/hosts/tp/configuration.nix @@ -29,8 +29,8 @@ turbo = "never"; }; charger = { - governor = "powersave"; - turbo = "never"; + governor = "performance"; + turbo = "auto"; }; }; };