Unverified Commit b53dab98 authored by js6pak's avatar js6pak
Browse files

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.
parent ab0f3607
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 ];