summary refs log tree commit diff
path: root/nixos/modules/hardware/network/smc-2632w/default.nix
blob: 318131be7493ef5ff10c9b348805a992545028db (plain) (blame)
1
2
3
4
5
6
7
8
9
{pkgs, config, ...}:

{
  hardware = {
    pcmcia = {
      firmware = [ (pkgs.lib.cleanSource ./firmware) ];
    };
  };
}