From 5fe72ee446dbaf08a14ae7172ee2e0fed2b3121b Mon Sep 17 00:00:00 2001 From: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:49:28 +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 fe4ab1e4226e..30074f81aed2 100644 --- a/nixos/modules/services/hardware/fancontrol.nix +++ b/nixos/modules/services/hardware/fancontrol.nix @@ -8,7 +8,7 @@ let in { options.hardware.fancontrol = { - enable = mkEnableOption "Whether to enable fancontrol (requires a configuration file, see pwmconfig)"; + enable = mkEnableOption "fancontrol (requires a configuration file, see pwmconfig)"; configFile = mkOption { type = types.str;