mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
80d10fa413
commit
5ef933efa4
1 changed files with 2 additions and 1 deletions
|
@ -877,6 +877,7 @@ (define wireguard-service-type
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
wireguard-activation)
|
wireguard-activation)
|
||||||
(service-extension profile-service-type
|
(service-extension profile-service-type
|
||||||
(const wireguard-tools))))
|
(compose list
|
||||||
|
wireguard-configuration-wireguard))))
|
||||||
(description "Set up Wireguard @acronym{VPN, Virtual Private Network}
|
(description "Set up Wireguard @acronym{VPN, Virtual Private Network}
|
||||||
tunnels.")))
|
tunnels.")))
|
||||||
|
|
Loading…
Reference in a new issue