From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Network Manager Service Date: Sun, 20 Nov 2016 21:18:00 -0600 Message-ID: <3bc5b721a8b3a69692e3bf52b13bc5f0@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8f7V-0003sF-KS for help-guix@gnu.org; Sun, 20 Nov 2016 22:18:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8f7S-0000MH-Gp for help-guix@gnu.org; Sun, 20 Nov 2016 22:18:13 -0500 Received: from smtp10.openmailbox.org ([62.4.1.44]:38140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8f7S-0000M3-7n for help-guix@gnu.org; Sun, 20 Nov 2016 22:18:10 -0500 Received: from www.openmailbox.org (unknown [10.91.130.51]) by mail2.openmailbox.org (Postfix) with ESMTP id D21941049D3 for ; Mon, 21 Nov 2016 04:18:00 +0100 (CET) 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: help-guix@gnu.org Hello, I tested the 'network-manager-service' service on GNOME, and generated VM's with 'system vm-image'; and the test seems correct and functional. To replace 'wicd-service' with 'network-manager-service' I have seen the email: https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00717.html My question is, how can I export the 'wicd-service-type' service? and should I add 'network-manager-service' to my config.scm file? If you add only 'network-manager-service' Guix says: "guix system: error: service' networking 'provided more than once", I think because 'wicd-service' is already defined. Thanks and happy day.