0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

* 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

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";