🐛 fix jellyfin hardware acceleration not working

This commit is contained in:
Ingolf Wagner 2025-06-13 20:04:08 +02:00
parent ff3ca8f946
commit b00b994f18
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -17,7 +17,8 @@
};
environment.systemPackages = [
intel-gpu-tools # for e.g.: intel_gpu_top
pkgs.intel-gpu-tools # for e.g.: intel_gpu_top
pkgs.libva-utils
];
services.nginx = {