Update nixos/modules/services/hardware/fancontrol.nix
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
This commit is contained in:
parent
baa642e8b3
commit
5fe72ee446
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user