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;