fix argument in mkEnableOption

This commit is contained in:
Arseniy Seroka
2015-06-21 18:21:21 +03:00
parent f780791429
commit cf44a27fc4
14 changed files with 17 additions and 17 deletions
@@ -356,7 +356,7 @@ in {
};
beacon = {
enable = mkEnableOption "Whether to enable graphite beacon.";
enable = mkEnableOption "graphite beacon";
config = mkOption {
description = "Graphite beacon configuration.";