From b44f259d718ad681e7ac263866f0543176e317b4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 5 May 2025 16:17:20 -0400 Subject: [PATCH] yarn: disable fancontrol --- etcnixos/system-yarn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcnixos/system-yarn.nix b/etcnixos/system-yarn.nix index 43dc8d3..27f7788 100644 --- a/etcnixos/system-yarn.nix +++ b/etcnixos/system-yarn.nix @@ -76,7 +76,7 @@ # control case fans with gpu temperature # I have case fans attached to my gpu for better cooling hardware.fancontrol = { - enable = true; + enable = false; config = let select_hwmon = "hwmon/hwmon[[:print:]]*";