nixos/jackflix: Add ffmpeg
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m16s

This commit is contained in:
2026-02-15 19:56:54 +00:00
parent b6b94fea5a
commit 0a8ad18de8

View File

@@ -89,7 +89,9 @@ in
transmission.bindsTo = [ "systemd-networkd-wait-online@vpn.service" ];
radarr.serviceConfig.UMask = "0002";
radarr.path = with pkgs; [ ffmpeg ];
sonarr.serviceConfig.UMask = "0002";
sonarr.path = with pkgs; [ ffmpeg ];
jellyseerr.serviceConfig = {
# Needs to be able to read its secrets
DynamicUser = mkForce false;