about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2019-09-25 13:43:06 +0200
committerEvils <evils.devils@protonmail.com>2019-09-25 13:43:06 +0200
commit30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42 (patch)
tree5b66690c09add4f9b900f17565e0079b0e6725b9
parent6c19673fef1e97d99fbad879e28a4272a597ea26 (diff)
downloadnixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar.gz
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar.bz2
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar.lz
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar.xz
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.tar.zst
nixlib-30f8bc974ce16f357f7f9d65ce4acd3b3cc8ae42.zip
update cfg to match section change
-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 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 {