about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;