Documentation improvement

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-19 11:22:46 -04:00
parent be3d498b18
commit 272d641f0c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in {
type = types.bool;
};
enableWebService = mkEnableOption "the uptime web service";
enableWebService = mkEnableOption "the uptime monitoring program web service";
enableSeparateMonitoringService = mkEnableOption "the uptime monitoring service (default: enableWebService == true)" // { default = cfg.enableWebService; };