From 886de305c86ced68290fb790a84cffe5f3fb5264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 10 Dec 2024 22:27:05 +0100 Subject: [PATCH] nixos/rtkit: mention pipewire in docstring I don't know the reason for rtkit only getting enabled by hardware.pulseaudio.enable and not services.pipewire.enable, as they both use it to get real-time priority, but we can at least help users by mentioning pipewire in the rtkit option. --- nixos/modules/security/rtkit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/rtkit.nix b/nixos/modules/security/rtkit.nix index ad8746808e85..7436be781df0 100644 --- a/nixos/modules/security/rtkit.nix +++ b/nixos/modules/security/rtkit.nix @@ -15,7 +15,7 @@ with lib; description = '' Whether to enable the RealtimeKit system service, which hands out realtime scheduling priority to user processes on - demand. For example, the PulseAudio server uses this to + demand. For example, PulseAudio and PipeWire use this to acquire realtime priority. ''; };