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.
wip/yesman
Alexey Shmalko 5 years ago
parent d338fc1583
commit 89845931e4
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3
  1. 1
      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

Loading…
Cancel
Save