services.syncthing.allProxy

Home-Manager option

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 in: <home-manager/modules/services/syncthing.nix>source unavailable