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
+1 -1
View File
@@ -17,7 +17,7 @@ let
in {
options.services.confd = {
enable = mkEnableOption "Whether to enable confd service.";
enable = mkEnableOption "confd service";
backend = mkOption {
description = "Confd config storage backend to use.";