services.syncthing.all_proxy

Overwrites the all_proxy environment variable for the Syncthing process to the given value. This is normally used to let Syncthing connect through a SOCKS5 proxy server. See https://docs.syncthing.net/users/proxying.html.

Type
null or string
Default
null
Example
"socks5://address.com:1234"
Declared
<nixpkgs/nixos/modules/services/networking/syncthing.nix>