dustbowl: add OpenCL support
This commit is contained in:
parent
248263f370
commit
be45ff7e59
1 changed files with 4 additions and 1 deletions
|
|
@ -348,7 +348,10 @@
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
# Video acceleration
|
# Video acceleration
|
||||||
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
vaapiIntel
|
||||||
|
intel-compute-runtime
|
||||||
|
];
|
||||||
|
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue