Update nixos/modules/services/hardware/fancontrol.nix
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
This commit is contained in:
parent
baa642e8b3
commit
5fe72ee446
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
in {
|
in {
|
||||||
|
|
||||||
options.hardware.fancontrol = {
|
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 {
|
configFile = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
|
Loading…
Reference in a new issue