diff --git a/nixos/modules/services/hardware/fancontrol.nix b/nixos/modules/services/hardware/fancontrol.nix index 79de0788cace..1376f7eaebd6 100644 --- a/nixos/modules/services/hardware/fancontrol.nix +++ b/nixos/modules/services/hardware/fancontrol.nix @@ -3,7 +3,7 @@ with lib; let - cfg = config.services.fancontrol; + cfg = config.hardware.fancontrol; in {