MyNixOS website logo
option

services.postgresql.identMap

Defines the mapping from system users to database users.

See the auth doc.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  map-name-0 system-username-0 database-username-0
  map-name-1 system-username-1 database-username-1
''