forked from mirrors/nixpkgs
nixos/peerflix: fix enable option description
This commit is contained in:
parent
0dd518cbd5
commit
665cc41e5c
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue