From 1ec782277a83058557e5cb0425e1629068ace7e6 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 9 Mar 2026 18:30:48 +0100 Subject: [PATCH] srv-core: Remove unnecessary fancontrol settings --- hosts/srv-core/hardware.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/srv-core/hardware.nix b/hosts/srv-core/hardware.nix index 3b0c9c8..b8bdcb7 100644 --- a/hosts/srv-core/hardware.nix +++ b/hosts/srv-core/hardware.nix @@ -67,8 +67,6 @@ MAXTEMP=hwmon2/pwm2=100 MINSTART=hwmon2/pwm2=35 MINSTOP=hwmon2/pwm2=25 - MINPWM=hwmon2/pwm2=0 - MAXPWM=hwmon2/pwm2=255 ''; }; }