Compare commits
No commits in common. "14842e99a1b0e9f40730bdefe402ecd85dd7ec61" and "d553d80270e8a844057def385a57b955793da7bd" have entirely different histories.
14842e99a1
...
d553d80270
|
@ -41,8 +41,6 @@
|
|||
#file-rename
|
||||
rsync
|
||||
rclone gnupg
|
||||
tree
|
||||
exiftool
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
@ -168,7 +166,7 @@
|
|||
extraGroups = [ "nas" ];
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "yt-dlp" ''
|
||||
exec $HOME/.env/bin/yt-dlp "$@"
|
||||
exec $HOME/.env/bin/yt-dlp $@
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue