services.nextcloud.settings

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

Type
open submodule of (JSON value)
Default
{ }
Example
{
  redis = {
    host = "/run/redis/redis.sock";
    port = 0;
    dbindex = 0;
    password = "secret";
    timeout = 1.5;
  };
}
Declared
<nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>