I didn't know. Cool, I will check out the links. Thank you very much. May 2, 2019 4:35 AM, zna...@disroot.org (mailto:zna...@disroot.org) wrote: No, I think it is quite different stuff. Networkmanager is a service. But torify is used for programs. Do you know how to configure icecat or ungoogled-chromium to use tor? for ungoogled-chromium: https://lists.gnu.org/archive/html/help-guix/2019-04/msg00063.html (https://lists.gnu.org/archive/html/help-guix/2019-04/msg00063.html) for icecat: https://wiki.gentoo.org/wiki/Tor#Firefox (https://wiki.gentoo.org/wiki/Tor#Firefox)
May 2, 2019 8:30 AM, "Raghav Gururajan" <r...@disroot.org (mailto:r...@disroot.org?to=%22Raghav%20Gururajan%22%20<r...@disroot.org>)> wrote: Ah! That's awesome. If I want to route everything, should I do "torify networkmanager"? May 2, 2019 4:26 AM, zna...@disroot.org (mailto:zna...@disroot.org) wrote: The command 'torify' from torsocks package (`guix package -i torsocks`) is for you. Examples: `$ torify filezilla`, `$ torify ssh`. As for tor-hidden-service declaration in cgit (http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/networking.scm#n781), tor is listening specified ports. So you can add ports in tor-hidden-service as example there. I've not tried this, cause tor network might fall down, so I use it manually running `tor` in one terminal and `torify ssh ..` in another. May 2, 2019 8:08 AM, "Raghav Gururajan" <r...@disroot.org (mailto:r...@disroot.org)> wrote:Hello Guix! 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. Thank you! Regards, RG.