mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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 New Issue
Block a user