mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nixos/manual: fix build
Option names must be `opt-<full-option-name>` in docbook XML.
This commit is contained in:
parent
12e0d726fd
commit
5bc22adb5a
@ -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 <xref linkend="maxAttachmentSize"/>.
|
||||
The maximum attachment size in MB.
|
||||
|
||||
Note: Since roundcube only uses 70% of max upload values configured in php
|
||||
30% is added automatically to <xref linkend="opt-services.roundcube.maxAttachmentSize"/>.
|
||||
'';
|
||||
apply = configuredMaxAttachmentSize: "${toString (configuredMaxAttachmentSize * 1.3)}M";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user