From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Other web-browser for tor Date: Wed, 26 Sep 2018 20:32:10 +0200 Message-ID: <8736twt8id.fsf@elephly.net> References: <-gWUFYZtXIy1o1yk-LpWq2xpLnqXz8GS0l2fCpzqLZiJ6Lww_oBiS9_QlgGTd8hElPbzSCuAzswBOzSSkzSxcdk4qB-ezxQToQmn-JlAW3k=@protonmail.com> <87k1nazndg.fsf@elephly.net> <87d0t2ejfb.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5Ebx-0007cu-Oi for help-guix@gnu.org; Wed, 26 Sep 2018 14:32:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5Ebt-0002f9-Mk for help-guix@gnu.org; Wed, 26 Sep 2018 14:32:33 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g5Ebt-0002eS-DO for help-guix@gnu.org; Wed, 26 Sep 2018 14:32:29 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko Cc: help-guix@gnu.org Hi, please always keep the mailing list in Cc. > I have not yet configured wpa_supplicant + dhclient services to > connect to Wifi on GuixSD on startup, cause I cannot imagine how to > type config.scm. [=E2=80=A6] > Default NetworkManager is overabundant for me. I type every time: `su > - && ./go` where 'go' has lines to up the wifi and to connect via > wpa_supplicant and dhclient. And after that I type from non-root user > `tor`. That seems very inconvenient. Your system=E2=80=99s config.scm contains a =E2=80=9Cservices=E2=80=9D fiel= d. To add Tor as a system service and use GNOME you only need this: (services (cons* (tor-service) (gnome-desktop-service) %desktop-services)) For XFCE replace the =E2=80=9Cgnome-desktop-service=E2=80=9D with =E2=80=9Cxfce-desktop-service=E2=80=9D. %desktop-services includes network= ing with NetworkManager, which you should configure either using =E2=80=9Cnmtui=E2= =80=9D or through the graphical user interface provided by the desktop environment. You don=E2=80=99t configure the Wifi settings in config.scm. We provide template configuration files in the gnu/system/examples directory of the Guix source tree. -- Ricardo