services.nextcloud.notify_push.dbhost

NixOS option

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
config.services.nextcloud.config.dbhost
Example
"localhost:5000"
declared in: nixos/modules/services/web-apps/nextcloud-notify_push.nixView source on NixOS/nixpkgs →