mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: services: Add missing wireguard related exports.
* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and 'wireguard-peer-keep-alive'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
cf105d9021
commit
ac95609208
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -48,6 +49,8 @@ (define-module (gnu services vpn)
|
|||
wireguard-peer-name
|
||||
wireguard-peer-endpoint
|
||||
wireguard-peer-allowed-ips
|
||||
wireguard-peer-public-key
|
||||
wireguard-peer-keep-alive
|
||||
|
||||
wireguard-configuration
|
||||
wireguard-configuration?
|
||||
|
@ -526,7 +529,6 @@ (define (generate-openvpn-client-documentation)
|
|||
(openvpn-remote-configuration ,openvpn-remote-configuration-fields))
|
||||
'openvpn-client-configuration))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Wireguard.
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue