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;
|
type = types.int;
|
||||||
default = 18;
|
default = 18;
|
||||||
description = ''
|
description = ''
|
||||||
The maximum attachment size in MB. Note: Since roundcube only uses 70% of max upload values configured in php
|
The maximum attachment size in MB.
|
||||||
30% is added to <xref linkend="maxAttachmentSize"/>.
|
|
||||||
|
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";
|
apply = configuredMaxAttachmentSize: "${toString (configuredMaxAttachmentSize * 1.3)}M";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user