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:
parent
290f41bd9f
commit
e4defbe8bd
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue