From 9da75dc5c6547a9162e953175ad25f323c2a9750 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 19 Feb 2023 17:46:33 +0100 Subject: Add get-iplayer service --- tw/system/lud.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index c2f124b2..79b4d9d2 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -119,6 +119,11 @@ SSLSessionCacheTimeout 1200 (media-directory "/var/data/syncthing/Videos") (user "syncthing"))) + (service get-iplayer-service-type + (get-iplayer-configuration + (config-directory "/var/data/syncthing/Audiobooks/.get_iplayer") + (user "syncthing"))) + ;; certbot for Synapse + Apache/Nextcloud ;; This also installs a nginx server on port 80, redirecting to port 443. (service certbot-service-type -- cgit v1.2.3