summaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
authorTimo Wilken2023-09-12 22:16:25 +0200
committerTimo Wilken2023-09-12 22:58:43 +0200
commit67bdadcadc761f7608d21a53fabfa3edbeb760fe (patch)
tree5b843fded8e71848825460ed2314e46391ef5737 /tw/system
parent07fec9aa3e0a18f491729fa8ac527b0baa4878f6 (diff)
Add Mythic dynamic DNS service
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/lud.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index 4a654687..433219a4 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -5,6 +5,7 @@
#:use-module (gnu system nss)
#:use-module (guix gexp)
#:use-module (tw packages php)
+ #:use-module (tw services dns)
#:use-module (tw services nextcloud)
#:use-module (tw services matrix)
#:use-module (tw services media)
@@ -87,6 +88,11 @@ SSLSessionCacheTimeout 1200
(thermald-configuration
(adaptive? #t)))
+ (service mythic-dynamic-dns-service-type
+ (mythic-dynamic-dns-configuration
+ (host-name host-name)
+ (ipv6? #f))) ; currently broken
+
;; Allow anonymous git access via Wireguard, e.g. to this channel's git repo.
;; Repos are only published if they contain a `git-daemon-export-ok' file.
(service git-daemon-service-type