services: vpn: Fix the profile wireguard package.

This is a follow-up of: fb35b7cedd.

* gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package
from the configuration to the profile.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
EuAndreh 2022-11-13 07:46:30 -03:00 committed by Mathieu Othacehe
parent 80d10fa413
commit 5ef933efa4
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -877,6 +877,7 @@ (define wireguard-service-type
(service-extension activation-service-type
wireguard-activation)
(service-extension profile-service-type
(const wireguard-tools))))
(compose list
wireguard-configuration-wireguard))))
(description "Set up Wireguard @acronym{VPN, Virtual Private Network}
tunnels.")))