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 74f443381d9..d76d61dfe85 100644
--- a/nixos/modules/services/torrent/opentracker.nix
+++ b/nixos/modules/services/torrent/opentracker.nix
@@ -13,7 +13,7 @@ in {
         opentracker package to use
       '';
       default = pkgs.opentracker;
-      defaultText = "pkgs.opentracker";
+      defaultText = literalExpression "pkgs.opentracker";
     };
 
     extraOptions = mkOption {