services.postgresql.enableTCPIP

Whether PostgreSQL should listen on all network interfaces. If disabled, the database can only be accessed via its Unix domain socket or via TCP connections to localhost.

Type
boolean
Default
false
Declared
<nix-darwin/modules/services/postgresql>