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 13:28:16 +02:00
committed by GitHub
parent 81b6dec3c8
commit 6c19673fef

View File

@@ -7,7 +7,7 @@ let
in {
options.services.fancontrol = {
options.hardware.fancontrol = {
enable = mkOption {
type = types.bool;
default = false;