MyNixOS website logo
option

services.gpsd.devices

List of devices that gpsd should subscribe to.

A device may be a local serial device for GPS input, or a URL of the form: [{dgpsip|ntrip}://][user:passwd@]host[:port][/stream] in which case it specifies an input source for DGPS or ntrip data.

Declarations
Type
list of string
Default
[
  "/dev/ttyUSB0"
]