mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: network-manager: Export 'network-manager-configuration-vpn-plugins'.
* gnu/services/networking.scm (<network-manager-configuration>): Export 'network-manager-configuration-vpn-plugins'.
This commit is contained in:
parent
f05f722657
commit
4e37cf35c0
1 changed files with 2 additions and 1 deletions
|
@ -110,6 +110,7 @@ (define-module (gnu services networking)
|
|||
network-manager-configuration
|
||||
network-manager-configuration?
|
||||
network-manager-configuration-dns
|
||||
network-manager-configuration-vpn-plugins
|
||||
network-manager-service-type
|
||||
|
||||
connman-configuration
|
||||
|
@ -986,7 +987,7 @@ (define-record-type* <network-manager-configuration>
|
|||
(default network-manager))
|
||||
(dns network-manager-configuration-dns
|
||||
(default "default"))
|
||||
(vpn-plugins network-manager-vpn-plugins ;list of <package>
|
||||
(vpn-plugins network-manager-configuration-vpn-plugins ;list of <package>
|
||||
(default '())))
|
||||
|
||||
(define network-manager-activation
|
||||
|
|
Loading…
Reference in a new issue