guix-patches
[Top][All Lists]
Advanced

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

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


From: Solene Rapenne
Subject: [bug#48608] [PATCH] gnu: services: missing wireguard related exports
Date: Sun, 23 May 2021 13:14:44 +0200

While there I removed a weird character in the file

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

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.
 ;;;
-- 
2.31.1






reply via email to

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