summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/web-apps/healthchecks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/healthchecks.nix')
-rw-r--r--nixos/modules/services/web-apps/healthchecks.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/web-apps/healthchecks.nix b/nixos/modules/services/web-apps/healthchecks.nix
index e58cc6f202be..b3380b88f613 100644
--- a/nixos/modules/services/web-apps/healthchecks.nix
+++ b/nixos/modules/services/web-apps/healthchecks.nix
@@ -26,8 +26,8 @@ let
in
{
options.services.healthchecks = {
- enable = mkEnableOption "healthchecks" // {
- description = ''
+ enable = mkEnableOption (lib.mdDoc "healthchecks") // {
+ description = lib.mdDoc ''
Enable healthchecks.
It is expected to be run behind a HTTP reverse proxy.
'';