nixos/music-assistant: use headless ffmpeg to reduce closure size

This commit is contained in:
Sandro Jäckel 2026-02-27 02:33:54 +01:00
commit 5238e27c7d
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -95,7 +95,7 @@ in
]
++ lib.optionals useYTMusic [
deno
ffmpeg
ffmpeg-headless
];
serviceConfig = {