fixes
This commit is contained in:
parent
0a32439a4c
commit
b654ce3691
2 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
media = {
|
||||
enable = true;
|
||||
watch = true;
|
||||
watch = false;
|
||||
type = "sendonly";
|
||||
path = "/media/syncthing/media";
|
||||
rescanInterval = 27 * 24 * 3600;
|
||||
|
|
|
@ -58,6 +58,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.youtube-dl
|
||||
unstable.yt-dlp
|
||||
mplayer
|
||||
mpv
|
||||
|
||||
|
|
Loading…
Reference in a new issue