MyNixOS website logo
option

services.gpsd.extraArgs

A list of extra command line arguments to pass to gpsd. Check gpsd(8) mangpage for possible arguments.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-r"
  "-s"
  "19200"
]