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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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