1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak 14842e99a1 catacomb: add tree and exiftool 2023-11-28 16:02:51 +00:00
Tim Van Baak eeb694b08c Fix yt-dlp argument quoting 2023-11-22 19:05:15 +00:00
1 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@
#file-rename
rsync
rclone gnupg
tree
exiftool
];
networking = {
@ -166,7 +168,7 @@
extraGroups = [ "nas" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''
exec $HOME/.env/bin/yt-dlp $@
exec $HOME/.env/bin/yt-dlp "$@"
'')
];
};