mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 12:06:09 +01:00
common/gpu/intel/default: install setcap wrapper for intel gpu tools
If I am not mistaken, this adds support for reading GPU stats as non-root, which makes sense more often that not
This commit is contained in:
parent
d232c6f9cc
commit
63224688c7
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@
|
|||
lib.optionals useIntelVaapiDriver [ intel-vaapi-driver-32 ]
|
||||
++ lib.optionals useIntelMediaDriver [ intel-media-driver-32 ];
|
||||
|
||||
hardware.intel-gpu-tools.enable = true;
|
||||
|
||||
assertions = [
|
||||
{
|
||||
assertion = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue