mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
be85fd2500
tree. (The configurations tree is not for general use.) svn path=/nixos/branches/modular-nixos/; revision=15672
10 lines
105 B
Nix
10 lines
105 B
Nix
{pkgs, config, ...}:
|
|
|
|
{
|
|
services = {
|
|
udev = {
|
|
addFirmware = [ pkgs.zd1211fw ];
|
|
};
|
|
};
|
|
}
|