fix: ffmpeg path

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-07 22:59:07 +02:00
parent 1fef54997f
commit c04ee285d1
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -83,7 +83,7 @@
AutoTranscodeDownload = true; AutoTranscodeDownload = true;
EnableGravatar = true; EnableGravatar = true;
EnableTranscodingConfig = true; EnableTranscodingConfig = true;
FFmpegPath = pkgs.ffmpeg; FFmpegPath = "${pkgs.ffmpeg}/bin/ffmpeg";
IgnoredArticles = "The El La Los Las Le Les Os As O A De"; IgnoredArticles = "The El La Los Las Le Les Os As O A De";
}; };
environmentFile = config.sops.secrets.navidromeSecrets.path; environmentFile = config.sops.secrets.navidromeSecrets.path;