about summary refs log tree commit diff
path: root/nixos/modules/services/mail/postfix.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 16:57:18 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commit515c4727faaa86ad9ef9c270d34c0de30cf8d2bc (patch)
treea6cd5816b2b984c2d143842ef3f8e2839d8ddaba /nixos/modules/services/mail/postfix.nix
parent9547123258f69efd92b54763051d6dc7f3bfcaca (diff)
nixos/*: md-"convert" empty descriptions
for some reason these are not picked up properly by nix-doc-munge, so
we'll do this instead.
Diffstat (limited to 'nixos/modules/services/mail/postfix.nix')
-rw-r--r--nixos/modules/services/mail/postfix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix
index 4868a57ee64c7..5461e89a801d4 100644
--- a/nixos/modules/services/mail/postfix.nix
+++ b/nixos/modules/services/mail/postfix.nix
@@ -70,7 +70,7 @@ let
       privileged = mkOption {
         type = types.bool;
         example = true;
-        description = "";
+        description = lib.mdDoc "";
       };
 
       chroot = mkOption {