From 30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42 Mon Sep 17 00:00:00 2001 From: Evils Date: Wed, 25 Sep 2019 13:43:06 +0200 Subject: [PATCH] update cfg to match section change --- nixos/modules/services/hardware/fancontrol.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {