From b53dab98c19604f212f8934dd3ed300ed30126df Mon Sep 17 00:00:00 2001 From: js6pak Date: Fri, 12 Sep 2025 15:43:13 +0200 Subject: [PATCH] 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. --- nixos/modules/programs/gpu-screen-recorder.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/modules/programs/gpu-screen-recorder.nix b/nixos/modules/programs/gpu-screen-recorder.nix index 156123de7a38e..5a9401943dfe0 100644 --- a/nixos/modules/programs/gpu-screen-recorder.nix +++ b/nixos/modules/programs/gpu-screen-recorder.nix @@ -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 ];