From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: wpa-supplicant service configuration. Guile is hard Date: Fri, 05 Apr 2019 18:47:09 +0200 Message-ID: <87wok8wgaa.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCVWL-0003uc-Rm for help-guix@gnu.org; Fri, 05 Apr 2019 16:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCVWJ-0002X8-Nx for help-guix@gnu.org; Fri, 05 Apr 2019 16:33:05 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21338) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCVWI-0002Pn-8B for help-guix@gnu.org; Fri, 05 Apr 2019 16:33:02 -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@tutanota.com Cc: Help Guix znavko@tutanota.com writes: > I have trouble trying to add wpa-supplicant configuration to my config. I= get this error: > > # guix system reconfigure /etc/config.scm > guix system: error: service 'wpa-supplicant' provided more than once > Please, let me know where to place my wpa-config lines? %desktop-services includes wpa-supplicant-service-type but you also added it yourself. That=E2=80=99s why Guix tells you that it is provided m= ore than once. -- Ricardo