mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/gpu-screen-recorder: add cap_sys_nice
back
This reverts commit 7b69d089ca
, because gpu-screen-recorder 5.5.2 fixes the original issue.
This commit is contained in:
parent
6fe3a6135e
commit
f18cf012cf
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ in
|
|||
capabilities = "cap_sys_admin+ep";
|
||||
source = "${package}/bin/gsr-kms-server";
|
||||
};
|
||||
security.wrappers."gpu-screen-recorder" = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
capabilities = "cap_sys_nice+ep";
|
||||
source = "${package}/bin/gpu-screen-recorder";
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ timschumi ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue