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 @@ PostUp = ~a set %i private-key ~a
 | 
			
		|||
          (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.")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue