From e51237ff21fa45ee73553168b0ce4c740919d7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 14 Feb 2026 19:56:19 +0100 Subject: [PATCH] magicman: replace tlp with thermald TLP and auto-cpufreq conflict as both manage CPU frequency scaling. Remove TLP and add thermald for Intel thermal management instead. Co-Authored-By: Claude Opus 4.6 --- hosts/magicman/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/magicman/laptop.nix b/hosts/magicman/laptop.nix index 1fe882d..67d5166 100644 --- a/hosts/magicman/laptop.nix +++ b/hosts/magicman/laptop.nix @@ -3,7 +3,7 @@ hardware.brillo.enable = true; powerManagement.enable = true; - services.tlp.enable = true; + services.thermald.enable = true; services.auto-cpufreq = { enable = true;