summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2021-01-11 18:24:53 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2021-01-27 11:05:07 +0100
commit6cf2b5466dd9f06b5b3982ee07d4065e1256de93 (patch)
treefe36046d4e4699f2db1b56f22081fc70e0166f6b /nixos
parentf72c123b6e94a7af1f2ed7e3391b8f786773582d (diff)
nixos/nextcloud: add documentation for phpExtraExtensions option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml
index f71c8df6c6d4..6cbfda118c4f 100644
--- a/nixos/modules/services/web-apps/nextcloud.xml
+++ b/nixos/modules/services/web-apps/nextcloud.xml
@@ -182,6 +182,17 @@
</para>
</section>
+ <section xml:id="installing-apps-php-extensions-nextcloud">
+ <title>Installing Apps and PHP extensions</title>
+
+ <para>
+ Nextcloud apps are installed statefully through the web interface.
+
+ Some apps may require extra PHP extensions to be installed.
+ This can be configured with the <xref linkend="opt-services.nextcloud.phpExtraExtensions" /> setting.
+ </para>
+ </section>
+
<section xml:id="module-services-nextcloud-maintainer-info">
<title>Maintainer information</title>