From 0827e1f457f8abda7bd1c82dedfc30f4f1ddbe44 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 19 Feb 2023 00:24:10 +0100 Subject: Add yt-dlp service --- tw/system/lud.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index b770fc90..97cef45a 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -7,6 +7,7 @@ #:use-module (tw packages php) #:use-module (tw services nextcloud) #:use-module (tw services matrix) + #:use-module (tw services media) #:use-module (tw system)) (use-package-modules admin bash certs databases linux man php python rsync @@ -112,6 +113,12 @@ SSLSessionCacheTimeout 1200 (user "syncthing") (group "syncthing"))) + (service yt-dlp-service-type + (yt-dlp-configuration + (media-directory "/var/data/syncthing/Videos") + (user "syncthing") + (group "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