magicman: replace tlp with thermald
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s

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 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 19:56:19 +01:00
parent 6c78f9f3d6
commit e51237ff21

View File

@@ -3,7 +3,7 @@
hardware.brillo.enable = true; hardware.brillo.enable = true;
powerManagement.enable = true; powerManagement.enable = true;
services.tlp.enable = true; services.thermald.enable = true;
services.auto-cpufreq = { services.auto-cpufreq = {
enable = true; enable = true;