unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* openvpn
@ 2019-01-24  3:40 nightowl
  2019-01-24  7:09 ` openvpn swedebugia
  0 siblings, 1 reply; 4+ messages in thread
From: nightowl @ 2019-01-24  3:40 UTC (permalink / raw)
  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 #<undefined>)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-26  3:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-24  3:40 openvpn nightowl
2019-01-24  7:09 ` openvpn swedebugia
2019-01-25 14:04   ` openvpn nightowl
2019-01-26  3:11     ` openvpn Maxim Cournoyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).