From: nightowl <nightowl@members.fsf.org>
To: Help guix <help-guix@gnu.org>
Subject: openvpn
Date: Wed, 23 Jan 2019 21:40:23 -0600 [thread overview]
Message-ID: <c7e9d26dbbd5ac573b72afa100d5fd8a@posteo.net> (raw)
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
next reply other threads:[~2019-01-24 3:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-24 3:40 nightowl [this message]
2019-01-24 7:09 ` openvpn swedebugia
2019-01-25 14:04 ` openvpn nightowl
2019-01-26 3:11 ` openvpn Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c7e9d26dbbd5ac573b72afa100d5fd8a@posteo.net \
--to=nightowl@members.fsf.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).