Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
While there I removed a weird character in the file
---
gnu/services/vpn.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Toggle diff (23 lines)
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