nixpkgs/modules/hardware/network/zydas-zd1211.nix
Eelco Dolstra ab1676b457 * Urgh, this should have been in commit r16350.
svn path=/nixos/branches/modular-nixos/; revision=16353
2009-07-14 13:28:50 +00:00

10 lines
105 B
Nix

{pkgs, config, ...}:
{
services = {
udev = {
addFirmware = [ pkgs.zd1211fw ];
};
};
}