guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: services: Add missing wireguard related expo


From: guix-commits
Subject: branch master updated: gnu: services: Add missing wireguard related exports.
Date: Mon, 24 May 2021 04:05:25 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac95609  gnu: services: Add missing wireguard related exports.
ac95609 is described below

commit ac95609208c0afe55d68bf42993ccb9b58ad44ce
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Sun May 23 13:14:44 2021 +0200

    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>
---
 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 6fbe20a..2bcbf76 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.
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]