summary refs log tree commit diff
path: root/nixos/modules/security/rtkit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/security/rtkit.nix')
-rw-r--r--nixos/modules/security/rtkit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/rtkit.nix b/nixos/modules/security/rtkit.nix
index ad8746808e8..0f58b4dce84 100644
--- a/nixos/modules/security/rtkit.nix
+++ b/nixos/modules/security/rtkit.nix
@@ -12,7 +12,7 @@ with lib;
     security.rtkit.enable = mkOption {
       type = types.bool;
       default = false;
-      description = ''
+      description = lib.mdDoc ''
         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