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;