services: navidrome: use headless ffmpeg

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-13 18:43:20 +02:00
parent f5f028531e
commit 28691f1999
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -11,7 +11,7 @@
settings = {
Address = "[::1]";
BaseUrl = "https://music.${my.domain}";
FFmpegPath = "${pkgs.ffmpeg}/bin/ffmpeg";
FFmpegPath = "${pkgs.ffmpeg-headless}/bin/ffmpeg";
ImageCacheSize = "500MB";
ScanSchedule = "@every 10m";
TranscodingCacheSize = "500MB";