From ac95609208c0afe55d68bf42993ccb9b58ad44ce Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sun, 23 May 2021 13:14:44 +0200 Subject: 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 --- gnu/services/vpn.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;;; Copyright © 2017 Mathieu Othacehe ;;; Copyright © 2021 Guillaume Le Vaillant +;;; Copyright © 2021 Solene Rapenne ;;; ;;; 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. ;;; -- cgit v1.2.3