mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni/services/download-media: update gallery-dl service config
This commit is contained in:
parent
d16dd2d575
commit
1b62a16c4d
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user