* Bring back loading of firmware from /root/test-firmware.
svn path=/nixos/trunk/; revision=17797
This commit is contained in:
parent
290f41bd9f
commit
e4defbe8bd
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue