From fdbc36d850072bcd3c544fe9c3954428e841cc99 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 31 Mar 2025 13:31:37 +0200 Subject: laptop: switch TLP -> power-profiles-daemon --- profiles/laptop.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 56eb7c4..418b3d0 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -3,13 +3,7 @@ inputs: { config, lib, ... }: { - services.tlp = { - enable = true; - settings = { - CPU_SCALING_GOVERNOR_ON_AC = config.powerManagement.cpuFreqGovernor; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - }; - }; + services.power-profiles-daemon.enable = true; services.automatic-timezoned.enable = true; # Needed to be able to change timezone -- cgit v1.2.3