aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/vpn.scm
diff options
context:
space:
mode:
authorSolene Rapenne <solene@perso.pw>2021-05-23 13:14:44 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-05-24 10:00:54 +0200
commitac95609208c0afe55d68bf42993ccb9b58ad44ce (patch)
tree782145afeeffcad6bd5aa3f506c3f21260060f43 /gnu/services/vpn.scm
parentcf105d9021688ad47acf5b729d6006569c7a9874 (diff)
downloadguix-ac95609208c0afe55d68bf42993ccb9b58ad44ce.tar
guix-ac95609208c0afe55d68bf42993ccb9b58ad44ce.tar.gz
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>
Diffstat (limited to 'gnu/services/vpn.scm')
-rw-r--r--gnu/services/vpn.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 6fbe20a849..2bcbf76727 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -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 @@
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 @@ is truncated and rewritten every minute.")
(openvpn-remote-configuration ,openvpn-remote-configuration-fields))
'openvpn-client-configuration))
-
;;;
;;; Wireguard.
;;;