diff --git a/nixos/machines/robi/syncthing.nix b/nixos/machines/robi/syncthing.nix index 2c13826..a19d819 100644 --- a/nixos/machines/robi/syncthing.nix +++ b/nixos/machines/robi/syncthing.nix @@ -42,7 +42,7 @@ }; media = { enable = true; - watch = true; + watch = false; type = "sendonly"; path = "/media/syncthing/media"; rescanInterval = 27 * 24 * 3600; diff --git a/nixos/modules/programs/video.nix b/nixos/modules/programs/video.nix index 2a01e56..e8ad397 100644 --- a/nixos/modules/programs/video.nix +++ b/nixos/modules/programs/video.nix @@ -58,6 +58,7 @@ in config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ unstable.youtube-dl + unstable.yt-dlp mplayer mpv