services.rshim.config

Structural setting for the rshim configuration file (/etc/rshim.conf). It can be used to specify the static mapping between rshim devices and rshim names. It can also be used to ignore some rshim devices.

Type
attribute set of (signed integer or string)
Default
{ }
Example
{
  DISPLAY_LEVEL = 0;
  none = "usb-1-1.4";
  rshim0 = "usb-2-1.7";
}
Declared
<nixpkgs/nixos/modules/services/misc/rshim.nix>