From 3065653545adb60a081bc2cf816919563f30508b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 25 May 2023 22:00:16 +0200 Subject: Bind git daemon to IPv6 address as well --- tw/system/lud.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 1fa2ca57..17b16795 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -91,7 +91,8 @@ SSLSessionCacheTimeout 1200 ;; Repos are only published if they contain a `git-daemon-export-ok' file. (service git-daemon-service-type (git-daemon-configuration - (listen (list (server-wireguard-address host-name))) + (listen (list (server-wireguard-address host-name #:ipv6? #t) + (server-wireguard-address host-name))) ;; git://lud.wg/~user/repo.git => /home/user/src/repo.git (user-path "src"))) -- cgit v1.2.3