summaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm3
1 files changed, 2 insertions, 1 deletions
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")))