From 1f2777826f052ec42d2fcc7072e04a958a72f459 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 19 Jan 2023 20:43:34 +0100 Subject: Add dependencies for video downloader on lud --- tw/system/lud.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 15cdbeaf..775b3f83 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -7,8 +7,8 @@ #:use-module (tw packages php) #:use-module (tw system common)) -(use-package-modules admin bash certs databases linux man php rsync - shells video) +(use-package-modules admin bash certs databases linux man php python rsync + shells tor video) (use-service-modules certbot databases file-sharing mcron monitoring networking pm ssh syncthing vpn web) @@ -218,6 +218,8 @@ ProxyPass \"/\" \"https://127.0.0.1:48448/\" (append (list ;; For nightly yt-dlp. ffmpeg + ;; For video downloader. + python tor ;; For Nextcloud backup script. btrfs-progs mariadb rsync ;; For Nextcloud. PHP modules must be installed in system -- cgit v1.2.3