summaryrefslogtreecommitdiff
path: root/gnu/services/vpn.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/vpn.scm')
-rw-r--r--gnu/services/vpn.scm4
1 files changed, 3 insertions, 1 deletions
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 <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.
;;;