gpu-screen-recorder{,-gtk}: add passthru.updateScript, update (#367552)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-06 02:23:48 +02:00 committed by GitHub
commit 9477c8f08f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 26 deletions

View file

@ -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 ];