fix media server problems
This commit is contained in:
parent
3edf31371f
commit
84a156f261
6 changed files with 19 additions and 74 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue