services.syncthing.all_proxy

NixOS 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: nixos/modules/services/networking/syncthing.nixView source on NixOS/nixpkgs →