From mboxrd@z Thu Jan 1 00:00:00 1970 From: nightowl Subject: openvpn Date: Wed, 23 Jan 2019 21:40:23 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmVsi-0003Df-Cl for help-guix@gnu.org; Wed, 23 Jan 2019 22:40:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmVsg-000477-9T for help-guix@gnu.org; Wed, 23 Jan 2019 22:40:44 -0500 Received: from mout01.posteo.de ([185.67.36.141]:33850) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmVse-0003ZF-D0 for help-guix@gnu.org; Wed, 23 Jan 2019 22:40:41 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DC1A616005D for ; Thu, 24 Jan 2019 04:40:23 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43lSbW1VtJz6tm5 for ; Thu, 24 Jan 2019 04:40:23 +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 Is it possible to have vpn set up in gnome on a guixsd installation? I am trying this and having some trouble. I have added the openvpn and network-manager-openvpn packages to my config.scm file. I also set the services as follows: (services (cons* (gnome-desktop-service) (modify-services %desktop-services (upower-service-type config => (upower-configuration (inherit config) (use-percentage-for-policy? #t) (percentage-low 30) (percentage-critical 27) (percentage-action 25) (critical-power-action 'hybrid-sleep))) (network-manager-service-type config => (network-manager-configuration (inherit config) (vpn-plugins network-manager-openvpn))) (udev-service-type config => (udev-configuration (inherit config) (rules (cons* android-udev-rules (udev-configuration-rules config)))))))) when I reconfigure with this, I get a failure to build with the following log file: Backtrace: 2 (primitive-load "/gnu/store/s6cbypbzini2qk7cizjpvv2gx02?") In guix/build/union.scm: 200:31 1 (union-build "/gnu/store/mms3x1dbl3f7sg3jl9jg9qfhkz5ai?" ?) In unknown file: 0 (delete-duplicates network-manager-openvpn #) ERROR: In procedure delete-duplicates: In procedure delete-duplicates: Wrong type argument in position 1 (expecting list): network-manager-openvpn