services.syncthing.extraFlags

NixOS option

Extra flags passed to the syncthing command in the service definition.

type: list of string
Default
[ ]
Example
[
  "--reset-deltas"
]
declared in: nixos/modules/services/networking/syncthing.nixView source on NixOS/nixpkgs →