From 6765f049f2ab8b2819b263a9a6de9fd1b03d7547 Mon Sep 17 00:00:00 2001 From: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:31:20 +0200 Subject: [PATCH] Update nixos/modules/services/hardware/fancontrol.nix Co-Authored-By: markuskowa --- nixos/modules/services/hardware/fancontrol.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/hardware/fancontrol.nix b/nixos/modules/services/hardware/fancontrol.nix index 32ba6072198..616e4add31e 100644 --- a/nixos/modules/services/hardware/fancontrol.nix +++ b/nixos/modules/services/hardware/fancontrol.nix @@ -28,7 +28,7 @@ in { MINPWM=hwmon0/pwm2=0 MAXPWM=hwmon0/pwm2=255 ''; - description = "Configuration likely generated with pwmconfig."; + description = "Contents for configuration file. See pwmconfig8."; }; };