all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: znavko <znavko@protonmail.com>
Cc: help-guix@gnu.org
Subject: Re: Other web-browser for tor
Date: Wed, 26 Sep 2018 20:32:10 +0200	[thread overview]
Message-ID: <8736twt8id.fsf@elephly.net> (raw)
In-Reply-To: <m2580mue8DFlH-eFG1WwCBXwFU2y_a7P8KHQOwQEgPQGmGswUy61gF6VmJ71J1MgAdv3dXneg-9gcPfmZsmzKY2AwmcR9HePxP8Yiarya1U=@protonmail.com>

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.
[…]
> 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’s config.scm contains a “services” field.  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 “gnome-desktop-service” with
“xfce-desktop-service”.  %desktop-services includes networking with
NetworkManager, which you should configure either using “nmtui” or
through the graphical user interface provided by the desktop
environment.

You don’t configure the Wifi settings in config.scm.

We provide template configuration files in the gnu/system/examples
directory of the Guix source tree.

--
Ricardo

  parent reply	other threads:[~2018-09-26 18:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-24 16:15 Other web-browser for tor znavko
2018-09-24 19:50 ` Ricardo Wurmus
2018-09-24 20:20   ` Ricardo Wurmus
     [not found]     ` <m2580mue8DFlH-eFG1WwCBXwFU2y_a7P8KHQOwQEgPQGmGswUy61gF6VmJ71J1MgAdv3dXneg-9gcPfmZsmzKY2AwmcR9HePxP8Yiarya1U=@protonmail.com>
2018-09-26 18:32       ` Ricardo Wurmus [this message]
2018-09-26 19:45         ` Pierre Neidhardt
2018-09-25 12:29 ` v88m
2018-09-26 14:46   ` znavko
2018-10-02 10:01     ` Ludovic Courtès
2018-10-02 10:25       ` Pierre Neidhardt
2018-10-02 11:00         ` Ricardo Wurmus
2018-10-02 11:18           ` Pierre Neidhardt
2018-10-02 11:49             ` Ludovic Courtès
2018-10-02 12:34               ` Pierre Neidhardt
2018-10-02 14:06                 ` Ludovic Courtès
2018-10-02 14:36                   ` Pierre Neidhardt
2018-10-04 11:27                     ` Ludovic Courtès
2018-10-04 13:14                       ` Pierre Neidhardt
2018-10-04 17:57                         ` Ricardo Wurmus
2018-10-04 20:17                           ` Pierre Neidhardt
2018-09-27  7:45 ` Mark H Weaver
2018-09-27  8:03   ` Pierre Neidhardt
2018-09-27  8:09     ` Pierre Neidhardt
2018-10-02 10:00     ` Ludovic Courtès
2018-10-11 16:39 ` Devan Carpenter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736twt8id.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=znavko@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.