hosts/ni/services/download-media: update gallery-dl service config

This commit is contained in:
Gabriel Arazas 2024-09-13 17:22:06 +08:00
parent d16dd2d575
commit 1b62a16c4d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -154,12 +154,12 @@ in
services.gallery-dl = { services.gallery-dl = {
enable = true; enable = true;
archivePath = "${mountName}/gallery-dl-service"; downloadPath = "${mountName}/gallery-dl-service";
extraArgs = galleryDlArgs ++ [ extraArgs = galleryDlArgs ++ [
# Record all downloaded files in an archive file. # Record all downloaded files in an archive file.
"--download-archive" "--download-archive"
"${config.services.gallery-dl.archivePath}/photos" "${config.services.gallery-dl.downloadPath}/photos"
]; ];
settings.extractor = { settings.extractor = {