3
0
Fork 0
forked from mirrors/nixpkgs

nixos/peerflix: fix enable option description

This commit is contained in:
Jaka Hudoklin 2014-12-03 15:13:50 +01:00
parent 0dd518cbd5
commit 665cc41e5c

View file

@ -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;
};