help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

openvpn


From: nightowl
Subject: openvpn
Date: Wed, 23 Jan 2019 21:40:23 -0600
User-agent: Posteo Webmail

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 #<undefined>)

ERROR: In procedure delete-duplicates:
In procedure delete-duplicates: Wrong type argument in position 1 (expecting list): network-manager-openvpn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]