services/warehouse: only use required OpenGL drivers
This commit is contained in:
parent
6723fcdaae
commit
afe2fd64ed
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ with tools.nginx;
|
|||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.intel-media-driver ];
|
||||
package = pkgs.intel-media-driver;
|
||||
};
|
||||
systemd.services.jellyfin.serviceConfig = {
|
||||
# allow access to GPUs for hardware transcoding
|
||||
|
|
Loading…
Reference in a new issue