about summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorKai Wohlfahrt <kai@prodo.ai>2019-04-24 18:24:16 +0100
committerKai Wohlfahrt <kai@prodo.ai>2019-08-07 13:51:22 +0100
commitdd0a9512797faa83bd1f974b10ef4d620200a79a (patch)
tree5b97f95445c6e3724520f184cdedd6d4d25d9827 /nixos/modules/module-list.nix
parent0a477846af2837752687ced588b71108ff010bb2 (diff)
downloadnixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar.gz
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar.bz2
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar.lz
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar.xz
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.tar.zst
nixlib-dd0a9512797faa83bd1f974b10ef4d620200a79a.zip
nixos/hardware.deviceTree: new module
Add support for custom device-tree files, and applying overlays to them.
This is useful for supporting non-discoverable hardware, such as sensors
attached to GPIO pins on a Raspberry Pi.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 15990177d741..cf00fecc44fa 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -46,6 +46,7 @@
   ./hardware/cpu/amd-microcode.nix
   ./hardware/cpu/intel-microcode.nix
   ./hardware/digitalbitbox.nix
+  ./hardware/device-tree.nix
   ./hardware/sensor/iio.nix
   ./hardware/ksm.nix
   ./hardware/ledger.nix