Update nixos/modules/services/hardware/fancontrol.nix

Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
This commit is contained in:
Evils-Devils 2019-09-25 14:49:28 +02:00 committed by GitHub
parent baa642e8b3
commit 5fe72ee446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;