MyNixOS website logo
option

services.zammad.database.host

Database host address.

Declarations
Type
null or string
Default
{
  PostgreSQL = "/run/postgresql";
  MySQL = "localhost";
}.${config.services.zammad.database.type};