This commit is contained in:
Ingolf Wagner 2023-03-23 17:49:38 +01:00
parent 0a32439a4c
commit b654ce3691
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@
};
media = {
enable = true;
watch = true;
watch = false;
type = "sendonly";
path = "/media/syncthing/media";
rescanInterval = 27 * 24 * 3600;

View file

@ -58,6 +58,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
unstable.youtube-dl
unstable.yt-dlp
mplayer
mpv