1
1
Fork 0

Compare commits

..

No commits in common. "14842e99a1b0e9f40730bdefe402ecd85dd7ec61" and "d553d80270e8a844057def385a57b955793da7bd" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

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