mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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
|
||||
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.")))
|
||||
|
|
Loading…
Reference in a new issue