about summary refs log tree commit diff
path: root/modules/services/monitoring
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-07-19 11:22:46 -0400
committerShea Levy <shea@shealevy.com>2013-07-19 11:22:46 -0400
commit272d641f0cd98edaba497c81884bb1fbaf1df8e1 (patch)
tree108973e100a19e6a481b4a6def20c0a3dcc43050 /modules/services/monitoring
parentbe3d498b1891339ffceb3f54f749d3d5fa343429 (diff)
downloadnixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar.gz
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar.bz2
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar.lz
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar.xz
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.tar.zst
nixlib-272d641f0cd98edaba497c81884bb1fbaf1df8e1.zip
Documentation improvement
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'modules/services/monitoring')
-rw-r--r--modules/services/monitoring/uptime.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/uptime.nix b/modules/services/monitoring/uptime.nix
index c759d4a2b9cd..8479372fab4b 100644
--- a/modules/services/monitoring/uptime.nix
+++ b/modules/services/monitoring/uptime.nix
@@ -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; };