nixpkgs/modules/hardware/network/ZydasZD1211.nix
Eelco Dolstra be85fd2500 * "hardware" belongs in the NixOS tree, not in the configurations
tree.  (The configurations tree is not for general use.)

svn path=/nixos/branches/modular-nixos/; revision=15672
2009-05-20 10:44:50 +00:00

10 lines
105 B
Nix

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