services.nextcloud.config.dbhost
Database host (+port) or socket path.
If services.nextcloud.database.createLocally is true and
services.nextcloud.config.dbtype is either pgsql or mysql,
defaults to the correct Unix socket instead.
- Type
null or string- Default
"localhost"- Example
"localhost:5000"- Declared
- <nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>