summary refs log tree commit diff
path: root/nixos
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 /nixos
parent0dd518cbd564e89ca2ee247267a6de102cc11dbe (diff)
downloadnixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.gz
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.bz2
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.lz
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.xz
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.tar.zst
nixlib-665cc41e5c602fd29f09a2ef9ac785dffbf1a54e.zip
nixos/peerflix: fix enable option description
Diffstat (limited to 'nixos')
-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 e9f5439ffa39..0360deac08bb 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;
     };