about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2019-03-19 23:21:36 +0200
committerAlexey Shmalko <rasen.dubi@gmail.com>2019-03-19 23:21:36 +0200
commit89845931e4caa74f0906bb45b06624983e77e485 (patch)
treed4d37630049926b5c12f17ff73023e0ad398a828 /nixos
parentd338fc15832eb30964cbb322a1d3d0df43809b66 (diff)
downloadnixlib-89845931e4caa74f0906bb45b06624983e77e485.tar
nixlib-89845931e4caa74f0906bb45b06624983e77e485.tar.gz
nixlib-89845931e4caa74f0906bb45b06624983e77e485.tar.bz2
nixlib-89845931e4caa74f0906bb45b06624983e77e485.tar.lz
nixlib-89845931e4caa74f0906bb45b06624983e77e485.tar.xz
nixlib-89845931e4caa74f0906bb45b06624983e77e485.tar.zst
nixlib-89845931e4caa74f0906bb45b06624983e77e485.zip
acpilight: add to module-list
acpilight package and module have been added to nixpkgs, but the
module hasn't been added to module-list.nix, so using it results in
the following error.

```
The option `hardware.acpilight' defined in `/etc/nixos/configuration.nix' does not exist.
```

Add the module to module-list.nix.
Diffstat (limited to 'nixos')
-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 b2f2c1ac8cbc..6623be753d78 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -35,6 +35,7 @@
   ./config/users-groups.nix
   ./config/vpnc.nix
   ./config/zram.nix
+  ./hardware/acpilight.nix
   ./hardware/all-firmware.nix
   ./hardware/bladeRF.nix
   ./hardware/brightnessctl.nix