nixos/nextcloud: fixed secretFile example

This commit is contained in:
stuebinm 2021-08-01 20:47:38 +02:00
parent 64e943d4a2
commit a8ecb909c0
No known key found for this signature in database
GPG Key ID: 8FBE8AAD32FA12B7

View File

@ -393,7 +393,7 @@ in {
description = ''
Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same
form as the <xref linkend="opt-services.nextcloud.extraOptions"/> option), for example
'{"redis":{"password":"secret","timeout"=2}}'.
'{"redis":{"password":"secret"}}'.
'';
};
};