From 13dbacd3fc2f783de5448a345875b4b70bf3ebd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 16 May 2025 11:05:46 +0200 Subject: [PATCH] Remove unsupported thermald --- hosts/magicman/laptop.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/magicman/laptop.nix b/hosts/magicman/laptop.nix index 105fd2f..1fe882d 100644 --- a/hosts/magicman/laptop.nix +++ b/hosts/magicman/laptop.nix @@ -4,7 +4,6 @@ powerManagement.enable = true; services.tlp.enable = true; - services.thermald.enable = true; services.auto-cpufreq = { enable = true;