diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml
index 332e4d1ff3e..f8b92244c89 100644
--- a/nixos/modules/services/web-apps/nextcloud.xml
+++ b/nixos/modules/services/web-apps/nextcloud.xml
@@ -29,7 +29,6 @@
services.nextcloud = {
enable = true;
hostName = "nextcloud.tld";
- nginx.enable = true;
config = {
dbtype = "pgsql";
dbuser = "nextcloud";
@@ -61,9 +60,8 @@
- The options hostName and nginx.enable
- are used internally to configure an HTTP server using
- PHP-FPM
+ The hostName option is used internally to configure an HTTP
+ server using PHP-FPM
and nginx. The config attribute set is
used by the imperative installer and all values are written to an additional file
to ensure that changes can be applied by changing the module's options.