summary refs log tree commit diff
path: root/nixos/modules/programs/msmtp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/msmtp.nix')
-rw-r--r--nixos/modules/programs/msmtp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/msmtp.nix b/nixos/modules/programs/msmtp.nix
index fbdab2cac55..023ffdd444b 100644
--- a/nixos/modules/programs/msmtp.nix
+++ b/nixos/modules/programs/msmtp.nix
@@ -45,7 +45,7 @@ in {
             passwordeval = "cat /secrets/password.txt";
           };
         };
-        description = ''
+        description = lib.mdDoc ''
           Named accounts and their respective configurations.
           The special name "default" allows a default account to be defined.
           See msmtp(1) for the available options.