summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2014-12-03 15:13:50 +0100
committerJaka Hudoklin <jakahudoklin@gmail.com>2014-12-03 15:13:50 +0100
commit665cc41e5c602fd29f09a2ef9ac785dffbf1a54e (patch)
treea37acb2677830d597733aabee5a132d20d50cf0e
parent0dd518cbd564e89ca2ee247267a6de102cc11dbe (diff)
downloadnixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.gz
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.bz2
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.lz
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.xz
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.zst
nixpkgs-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.zip
nixos/peerflix: fix enable option description
-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;
     };