services: vpn: Add wireguard-tools to profile-service-type.
* gnu/services/vpn.scm (wireguard-service-type): Include the "wireguard-tools" package as an extension to profile-service-type, so that users that enable the wireguard service can interact with it via the command-line without having to manually install wireguard-tools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
2757de2e2b
commit
fb35b7cedd
|
@ -875,6 +875,8 @@ PostUp = ~a set %i private-key ~a
|
|||
(list (service-extension shepherd-root-service-type
|
||||
wireguard-shepherd-service)
|
||||
(service-extension activation-service-type
|
||||
wireguard-activation)))
|
||||
wireguard-activation)
|
||||
(service-extension profile-service-type
|
||||
(const wireguard-tools))))
|
||||
(description "Set up Wireguard @acronym{VPN, Virtual Private Network}
|
||||
tunnels.")))
|
||||
|
|
Reference in New Issue