Compare commits
No commits in common. "14842e99a1b0e9f40730bdefe402ecd85dd7ec61" and "d553d80270e8a844057def385a57b955793da7bd" have entirely different histories.
14842e99a1
...
d553d80270
|
@ -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 $@
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue