summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/torrent/peerflix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/peerflix.nix b/nixos/modules/services/torrent/peerflix.nix
index e9f5439ffa3..0360deac08b 100644
--- a/nixos/modules/services/torrent/peerflix.nix
+++ b/nixos/modules/services/torrent/peerflix.nix
@@ -18,7 +18,7 @@ in {
 
   options.services.peerflix = {
     enable = mkOption {
-      description = "Whether to enable graphite web frontend.";
+      description = "Whether to enable peerflix service.";
       default = false;
       type = types.uniq types.bool;
     };