Hello, "Raghav Gururajan" <r...@disroot.org> skribis:
> To route all my system's traffic through by Tor by default, what and > how should I declare Tor Service in System Services? I tried the guide > but I am not able to understand. I am looking for exact syntax and > configuration. Note that adding the Tor service is not enough to route all your traffic through Tor. It simply add a service to run the Tor daemon, which in turn allows you to browse with IceCat through Tor (just click on the Tor Button in the IceCat interface.) A config with the service should look like this: (use-service-modules networking) (operating-system ;; Here you have the rest of your config… ;; […] ;; And below you add the Tor service to your current ;; list of system services: (services (append (list (service tor-service-type)) %base-services))) HTH, Ludo’.