From 1dcd06d9b782764d3b97a2751a655471bf279d59 Mon Sep 17 00:00:00 2001 From: KP64 Date: Mon, 23 Dec 2024 13:10:58 +0100 Subject: [PATCH] chore: change tp cpu governor --- hosts/tp/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; }; };