From 67bdadcadc761f7608d21a53fabfa3edbeb760fe Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 12 Sep 2023 22:16:25 +0200 Subject: Add Mythic dynamic DNS service --- tw/system/lud.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tw/system/lud.scm') 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 -- cgit v1.2.3