* Bring back loading of firmware from /root/test-firmware.

svn path=/nixos/trunk/; revision=17797
This commit is contained in:
Eelco Dolstra 2009-10-14 09:38:56 +00:00
parent 290f41bd9f
commit e4defbe8bd
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ in
services.udev.packages = [extraUdevRules];
# As a fallback, allow firmware to be placed in
# /root/test-firmware (primarily for testing).
hardware.firmware = [ "/root/test-firmware" ];
jobs.udev =
{ startOn = "startup";
stopOn = "shutdown";