remoces vulnerable package

This commit is contained in:
Dennis Schoepf 2025-07-23 22:22:30 +02:00
parent 179e62c2aa
commit 0f0ab0b9af

View file

@ -1,6 +1,8 @@
{
pkgs, ...
}: {
pkgs,
...
}:
{
services.jellyfin = {
enable = true;
openFirewall = true;
@ -18,9 +20,7 @@
vaapiVdpau
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)
vpl-gpu-rt # QSV on 11th gen or newer
intel-media-sdk # QSV up to 11th gen
];
};
}