services.keycloak.database.host

NixOS option

Hostname of the database to connect to. For PostgreSQL, this can also be a path to a Unix socket directory (e.g., /run/postgresql) to use peer authentication. This requires adding junixsocket-common and junixsocket-native-common to services.keycloak.plugins.

type: string
Default
"localhost"
declared in: nixos/modules/services/web-apps/keycloak.nixView source on NixOS/nixpkgs →