GNU bug report logs - #74954
[PATCH] services: wireguard: Export wireguard-configuration-file.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Wed, 18 Dec 2024 23:40:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 74954 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74954; Package guix-patches. (Wed, 18 Dec 2024 23:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 18 Dec 2024 23:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] services: wireguard: Export wireguard-configuration-file.
Date: Thu, 19 Dec 2024 00:39:35 +0100
When you want to invoke wg-quick yourself, for example from a script, this
procedure is useful to produce the configuration file for it.

* gnu/services/vpn.scm (define-module)<#:export>: Add
wireguard-configuration-file.

Change-Id: Ifab8a9d731de19d2943517bf18c156a56fea4cca
---
 gnu/services/vpn.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 8e90032c93..573e2577b8 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -89,6 +89,8 @@ (define-module (gnu services vpn)
             wireguard-configuration-post-down
             wireguard-configuration-table
 
+            wireguard-configuration-file
+
             wireguard-service-type))
 
 ;;;
-- 
2.46.0





This bug report was last modified 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.