summary refs log tree commit diff
path: root/nixos/modules/services/mail/maddy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/mail/maddy.nix')
-rw-r--r--nixos/modules/services/mail/maddy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/maddy.nix b/nixos/modules/services/mail/maddy.nix
index 2f9abd3ed1f09..97384c391281d 100644
--- a/nixos/modules/services/mail/maddy.nix
+++ b/nixos/modules/services/mail/maddy.nix
@@ -139,7 +139,7 @@ in {
   options = {
     services.maddy = {
 
-      enable = mkEnableOption "Maddy, a free an open source mail server";
+      enable = mkEnableOption (lib.mdDoc "Maddy, a free an open source mail server");
 
       user = mkOption {
         default = "maddy";