From aeb5227e4ed2468ce497cccd69391a93acf08820 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 19 Feb 2023 14:34:28 +0100 Subject: Use newer yt-dlp from media directory I can't update Guix on lud, as that would update PHP and NextCloud stable doesn't support PHP 8.2 yet. --- tw/system/lud.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 97cef45a..b5795eef 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -115,6 +115,7 @@ SSLSessionCacheTimeout 1200 (service yt-dlp-service-type (yt-dlp-configuration + (yt-dlp #f) ; use yt-dlp from media-directory (media-directory "/var/data/syncthing/Videos") (user "syncthing") (group "syncthing"))) -- cgit v1.2.3