services.gpsd.devices

NixOS option

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.

type: list of string
Default
[
  "/dev/ttyUSB0"
]
declared in: nixos/modules/services/misc/gpsd.nixView source on NixOS/nixpkgs →