guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: vpn: Fix the profile wireguard package.


From: guix-commits
Subject: branch master updated: services: vpn: Fix the profile wireguard package.
Date: Sun, 13 Nov 2022 08:04:18 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5ef933efa4 services: vpn: Fix the profile wireguard package.
5ef933efa4 is described below

commit 5ef933efa4d8f1b656f978023509222173ee6e9c
Author: EuAndreh <eu@euandre.org>
AuthorDate: Sun Nov 13 07:46:30 2022 -0300

    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 <othacehe@gnu.org>
---
 gnu/services/vpn.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 @@ 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.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]