me
/
guix
Archived
1
0
Fork 0

services: network-manager: Export 'network-manager-configuration-vpn-plugins'.

* gnu/services/networking.scm (<network-manager-configuration>): Export
'network-manager-configuration-vpn-plugins'.
master
Ludovic Courtès 2019-10-18 22:50:17 +02:00
parent f05f722657
commit 4e37cf35c0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@
network-manager-configuration network-manager-configuration
network-manager-configuration? network-manager-configuration?
network-manager-configuration-dns network-manager-configuration-dns
network-manager-configuration-vpn-plugins
network-manager-service-type network-manager-service-type
connman-configuration connman-configuration
@ -986,7 +987,7 @@ and @command{wicd-curses} user interfaces."
(default network-manager)) (default network-manager))
(dns network-manager-configuration-dns (dns network-manager-configuration-dns
(default "default")) (default "default"))
(vpn-plugins network-manager-vpn-plugins ;list of <package> (vpn-plugins network-manager-configuration-vpn-plugins ;list of <package>
(default '()))) (default '())))
(define network-manager-activation (define network-manager-activation