summary refs log tree commit diff
path: root/nixos/modules/services/mail/pfix-srsd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/mail/pfix-srsd.nix')
-rw-r--r--nixos/modules/services/mail/pfix-srsd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/mail/pfix-srsd.nix b/nixos/modules/services/mail/pfix-srsd.nix
index e3dbf2a014f06..d46447a480a5c 100644
--- a/nixos/modules/services/mail/pfix-srsd.nix
+++ b/nixos/modules/services/mail/pfix-srsd.nix
@@ -12,11 +12,11 @@ with lib;
       enable = mkOption {
         default = false;
         type = types.bool;
-        description = "Whether to run the postfix sender rewriting scheme daemon.";
+        description = lib.mdDoc "Whether to run the postfix sender rewriting scheme daemon.";
       };
 
       domain = mkOption {
-        description = "The domain for which to enable srs";
+        description = lib.mdDoc "The domain for which to enable srs";
         type = types.str;
         example = "example.com";
       };