diff mbox series

[bug#48608] gnu: services: missing wireguard related exports

Message ID 20210523131444.34167ac1@perso.pw
State Accepted
Headers show
Series [bug#48608] gnu: services: missing wireguard related exports | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Solene Rapenne May 23, 2021, 11:14 a.m. UTC
While there I removed a weird character in the file

---
 gnu/services/vpn.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Guillaume Le Vaillant May 24, 2021, 8:11 a.m. UTC | #1
Patch pushed as ac95609208c0afe55d68bf42993ccb9b58ad44ce.
Thanks.

I added a copyright line for you, and more info to the commit message.
Also, the patch didn't apply cleanly. I suspect that your email client
mangled it by cutting a long line. Please find a way to prevent it from
doing that.
diff mbox series

Patch

diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 6fbe20a849..2e41147e17 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -48,6 +48,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 +528,6 @@  is truncated and rewritten every minute.")
      (openvpn-remote-configuration
,openvpn-remote-configuration-fields)) 'openvpn-client-configuration))
 
-
 ;;;
 ;;; Wireguard.
 ;;;