From 665cc41e5c602fd29f09a2ef9ac785dffbf1a54e Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Wed, 3 Dec 2014 15:13:50 +0100 Subject: [PATCH] nixos/peerflix: fix enable option description --- nixos/modules/services/torrent/peerflix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };