nixos/peerflix: fix enable option description
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user