frigate: use headless ffmpeg

This commit is contained in:
2025-04-02 13:49:45 +00:00
parent 056a5d55fc
commit 94ce377b30

View File

@@ -12,7 +12,7 @@ let
name = "go2rtc-prober"; name = "go2rtc-prober";
runtimeInputs = with pkgs; [ runtimeInputs = with pkgs; [
systemd systemd
ffmpeg ffmpeg-headless
]; ];
text = '' text = ''
set -x set -x