From f98d9ec028cd8ea9f64f5fea19bdf16ceab14c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 1 Apr 2022 22:50:48 +0100 Subject: [PATCH] use full speed fan --- nixos/boxes/foureighty/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos/boxes/foureighty/default.nix b/nixos/boxes/foureighty/default.nix index 7c981a37..1c851a10 100644 --- a/nixos/boxes/foureighty/default.nix +++ b/nixos/boxes/foureighty/default.nix @@ -40,6 +40,15 @@ boot.extraModprobeConfig = "options thinkpad_acpi fan_control=1"; services.thinkfan = { enable = true; + levels = [ + [ 0 0 55 ] + [ 1 48 60 ] + [ 2 50 61 ] + [ 3 52 63 ] + [ 6 56 65 ] + [ 7 60 85 ] + [ "level full-speed" 80 32767 ] + ]; sensors = [ { type = "hwmon";