services.gpsd.extraArgs

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "-r"
  "-s"
  "19200"
]
declared in: nixos/modules/services/misc/gpsd.nixView source on NixOS/nixpkgs →