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
@@ -6,7 +6,7 @@ let
cfg = config.services.racoon;
in {
options.services.racoon = {
enable = mkEnableOption "Whether to enable racoon.";
enable = mkEnableOption "racoon";
config = mkOption {
description = "Contents of racoon configuration file.";