diff --git a/nixos/modules/services/hardware/fancontrol.nix b/nixos/modules/services/hardware/fancontrol.nix index bd4938ab509..79de0788cac 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;