about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorEvils-Devils <30512529+Evils-Devils@users.noreply.github.com>2019-09-25 13:28:16 +0200
committerGitHub <noreply@github.com>2019-09-25 13:28:16 +0200
commit6c19673fef1e97d99fbad879e28a4272a597ea26 (patch)
treedb488fa9fc84646f4f56983166b653b11968b7df /nixos/modules/services/hardware
parent81b6dec3c8c576227463d7a45fced3e8c49ef1f2 (diff)
downloadnixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar.gz
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar.bz2
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar.lz
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar.xz
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.tar.zst
nixlib-6c19673fef1e97d99fbad879e28a4272a597ea26.zip
Update nixos/modules/services/hardware/fancontrol.nix
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/fancontrol.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/fancontrol.nix b/nixos/modules/services/hardware/fancontrol.nix
index bd4938ab5096..79de0788cace 100644
--- a/nixos/modules/services/hardware/fancontrol.nix
+++ b/nixos/modules/services/hardware/fancontrol.nix
@@ -7,7 +7,7 @@ let
 
 in {
 
-  options.services.fancontrol = {
+  options.hardware.fancontrol = {
     enable = mkOption {
       type = types.bool;
       default = false;