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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/torrent/opentracker.nix b/nixos/modules/services/torrent/opentracker.nix
index d86b9fea2d7..74f443381d9 100644
--- a/nixos/modules/services/torrent/opentracker.nix
+++ b/nixos/modules/services/torrent/opentracker.nix
@@ -13,6 +13,7 @@ in {
         opentracker package to use
       '';
       default = pkgs.opentracker;
+      defaultText = "pkgs.opentracker";
     };
 
     extraOptions = mkOption {