summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorEvils-Devils <30512529+Evils-Devils@users.noreply.github.com>2019-10-29 15:06:32 +0100
committermarkuskowa <markus.kowalewski@gmail.com>2019-10-29 15:06:32 +0100
commit5a78ce30d416b5dc488f8d4de5165214b6283bc0 (patch)
tree433684f9d86f06eaa13468905a9e10a279a80bf4 /nixos/tests/all-tests.nix
parent14f812aeef754760e7b1f87f7b7c9a887cbf7765 (diff)
downloadnixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar.gz
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar.bz2
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar.lz
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar.xz
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.tar.zst
nixpkgs-5a78ce30d416b5dc488f8d4de5165214b6283bc0.zip
Fancontrol: add test etc from #70933 (#72065)
* lm_sensors: add fancontrol module + nixos test

fancontrol is a small script that checks temperature sensors and adapts
fan speeds accordingly. It reads a text config file that can be
auto-generated by running the pwmconfig wizard on the live system.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 10564e063c6..22270501dc1 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -81,6 +81,7 @@ in
   env = handleTest ./env.nix {};
   etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
   etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
+  fancontrol = handleTest ./fancontrol.nix {};
   ferm = handleTest ./ferm.nix {};
   firefox = handleTest ./firefox.nix {};
   firewall = handleTest ./firewall.nix {};