aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-02-19 14:34:28 +0100
committerTimo Wilken2023-02-19 14:34:28 +0100
commitaeb5227e4ed2468ce497cccd69391a93acf08820 (patch)
tree81e6d870e0d2e703912dc3e53f434c89b24dec1e /tw/system/lud.scm
parent0827e1f457f8abda7bd1c82dedfc30f4f1ddbe44 (diff)
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.
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm1
1 files changed, 1 insertions, 0 deletions
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")))