fix: ffmpeg path
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1fef54997f
commit
c04ee285d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue