From 54d88f7fc08ef8924ab120f758df88730078dc1d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 29 Jul 2024 20:31:23 +0200 Subject: [PATCH] Switch back to auto-cpufreq --- hosts/inspiron/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/inspiron/default.nix b/hosts/inspiron/default.nix index 03e3b43..e3855d8 100644 --- a/hosts/inspiron/default.nix +++ b/hosts/inspiron/default.nix @@ -33,5 +33,5 @@ }; }; - services.tlp.enable = true; + services.auto-cpufreq.enable = true; }