services.postgres-websockets.environment.PGWS_DB_URI

NixOS option

libpq connection parameters as documented in: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS The environment.PGWS_DB_URI.password and environment.PGWS_DB_URI.passfile options are blocked. Use pgpassFile instead.

type: open submodule of attribute set of string
Default
{ }
Example
{
  host = "localhost";
  dbname = "postgres";
}
declared in: nixos/modules/services/databases/postgres-websockets.nixView source on NixOS/nixpkgs →