MyNixOS website logo
option

hardware.sane.brscan4.netDevices

The list of network devices that will be registered against the brscan4 sane backend.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  office1 = {
    ip = "192.168.1.2";
    model = "MFC-7860DW";
  };
  office2 = {
    model = "MFC-7860DW";
    nodename = "BRW0080927AFBCE";
  };
}