summary refs log tree commit diff
path: root/nixos/modules/services/torrent/opentracker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/torrent/opentracker.nix')
-rw-r--r--nixos/modules/services/torrent/opentracker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/opentracker.nix b/nixos/modules/services/torrent/opentracker.nix
index 20b3d35a603..7d67491c119 100644
--- a/nixos/modules/services/torrent/opentracker.nix
+++ b/nixos/modules/services/torrent/opentracker.nix
@@ -5,7 +5,7 @@ let
   cfg = config.services.opentracker;
 in {
   options.services.opentracker = {
-    enable = mkEnableOption "opentracker";
+    enable = mkEnableOption (lib.mdDoc "opentracker");
 
     package = mkOption {
       type = types.package;