fix media server problems

This commit is contained in:
Yan Lin 2025-11-27 20:34:51 +01:00
parent 3edf31371f
commit 84a156f261
6 changed files with 19 additions and 74 deletions

View file

@ -121,6 +121,19 @@
];
};
# Intel graphics for hardware acceleration (QSV/VA-API)
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-vaapi-driver
libva-vdpau-driver
libvdpau-va-gl
vpl-gpu-rt
intel-compute-runtime
];
};
# Host-specific packages
environment.systemPackages = with pkgs; [
smartmontools # For monitoring disk health