From 5ef933efa4d8f1b656f978023509222173ee6e9c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Nov 2022 07:46:30 -0300 Subject: services: vpn: Fix the profile wireguard package. This is a follow-up of: fb35b7cedd48a47820b0c250677b7ec6ac78fdc1. * gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package from the configuration to the profile. Signed-off-by: Mathieu Othacehe --- gnu/services/vpn.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm index 5cdfa97add..def381987b 100644 --- a/gnu/services/vpn.scm +++ b/gnu/services/vpn.scm @@ -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."))) -- cgit v1.2.3