From c04ee285d1d230bd436252d85f81866f2cae253d Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 7 Oct 2025 22:59:07 +0200 Subject: [PATCH] fix: ffmpeg path Signed-off-by: Lander Van den Bulcke --- hosts/servers/hosting-02.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/servers/hosting-02.nix b/hosts/servers/hosting-02.nix index 3b8be08..7e06523 100644 --- a/hosts/servers/hosting-02.nix +++ b/hosts/servers/hosting-02.nix @@ -83,7 +83,7 @@ AutoTranscodeDownload = true; EnableGravatar = true; EnableTranscodingConfig = true; - FFmpegPath = pkgs.ffmpeg; + FFmpegPath = "${pkgs.ffmpeg}/bin/ffmpeg"; IgnoredArticles = "The El La Los Las Le Les Os As O A De"; }; environmentFile = config.sops.secrets.navidromeSecrets.path;