From 753b763b6fb3ba79a7e2c8a683c4ecfec6f7a5cf Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Tue, 19 May 2026 12:16:56 +0200 Subject: [PATCH] fix: use thermald on laptop --- hosts/ws-think/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/ws-think/hardware-configuration.nix b/hosts/ws-think/hardware-configuration.nix index 57ecb86..92ad6a9 100644 --- a/hosts/ws-think/hardware-configuration.nix +++ b/hosts/ws-think/hardware-configuration.nix @@ -7,6 +7,9 @@ # Set hostid (required for ZFS) networking.hostId = "deadbeef"; + # Use thermald + services.thermald.ignoreCpuidCheck = true; + # Hardware configuration hardware.enableRedistributableFirmware = true; boot.initrd.availableKernelModules = [