From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Wayland setup Date: Mon, 5 Mar 2018 14:47:12 +0100 Message-ID: <20180305134712.GA3524@jurong> References: <688b0347-0647-1362-0cf3-3f149f388151@freenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esqSW-0006im-4Q for help-guix@gnu.org; Mon, 05 Mar 2018 08:47:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esqSS-00020w-US for help-guix@gnu.org; Mon, 05 Mar 2018 08:47:20 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:46132) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esqSS-0001yM-MG for help-guix@gnu.org; Mon, 05 Mar 2018 08:47:16 -0500 Content-Disposition: inline In-Reply-To: <688b0347-0647-1362-0cf3-3f149f388151@freenet.de> 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: Thorsten Wilms Cc: help-guix@gnu.org Hello, just a tiny piece of answer, which does not handle your main question: On Mon, Mar 05, 2018 at 01:59:56PM +0100, Thorsten Wilms wrote: > I'm also a bit on a loss on what I actually need regarding networking > services. During installation, "ifconfig enp5s2 up; dhclient -v enp5s2" was > sufficient. No Wifi here, just one wrong device enp2s0 to avoid. > > (service network-manager-service-type) > (service wpa-supplicant-service-type) In that case, I would simply use (dhcp-client-service) instead of the two lines above. Andreas