MyNixOS website logo
option

services.nextcloud.settings

Extra options which should be appended to Nextcloud's config.php file.

Declarations
Type
JSON value
Default
{ }
Example
{
  redis = {
    host = "/run/redis/redis.sock";
    port = 0;
    dbindex = 0;
    password = "secret";
    timeout = 1.5;
  };
}