hardware.sane.disabledDefaultBackends

NixOS option

Names of backends which are enabled by default but should be disabled. See $SANE_CONFIG_DIR/dll.conf for the list of possible names.

type: list of string
Default
[ ]
Example
[
  "v4l"
]
declared in: nixos/modules/services/hardware/sane.nixView source on NixOS/nixpkgs →