services.rshim.config
NixOS option
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
declared in: nixos/modules/services/misc/rshim.nixView source on NixOS/nixpkgs →{
DISPLAY_LEVEL = 0;
none = "usb-1-1.4";
rshim0 = "usb-2-1.7";
}