diff --git a/nixos/modules/services/mail/roundcube.nix b/nixos/modules/services/mail/roundcube.nix
index f90f27afb828..a0bbab64985b 100644
--- a/nixos/modules/services/mail/roundcube.nix
+++ b/nixos/modules/services/mail/roundcube.nix
@@ -99,8 +99,10 @@ in
type = types.int;
default = 18;
description = ''
- The maximum attachment size in MB. Note: Since roundcube only uses 70% of max upload values configured in php
- 30% is added to .
+ The maximum attachment size in MB.
+
+ Note: Since roundcube only uses 70% of max upload values configured in php
+ 30% is added automatically to .
'';
apply = configuredMaxAttachmentSize: "${toString (configuredMaxAttachmentSize * 1.3)}M";
};