about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/hardware/fancontrol.nix2
1 files changed, 1 insertions, 1 deletions
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;