nixos/gpu-screen-recorder: remove cap_sys_nice, again

It now breaks portal capture again, and should have been removed when updating to 5.5.6.
This commit is contained in:
js6pak
2025-09-12 15:53:30 +02:00
parent ab0f3607a6
commit b53dab98c1
@@ -34,12 +34,6 @@ 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 ];