Commit 6f382bd6dca0
Changed files (1)
systems
rhea
systems/rhea/extra.nix
@@ -861,6 +861,12 @@ in
];
};
+ # Add ffsubsync and ffmpeg to bazarr's PATH for subtitle synchronization
+ systemd.services.bazarr.path = with pkgs; [
+ ffsubsync
+ ffmpeg-full
+ ];
+
# Environment file for Gandi API key (managed by agenix)
systemd.services.traefik.serviceConfig = {
EnvironmentFile = config.age.secrets."gandi.env".path;