mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Disable PostgreSQL TCPIP
This commit is contained in:
parent
b53d81258b
commit
69a8cbb049
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
||||||
services.postgresql = enabled {
|
services.postgresql = enabled {
|
||||||
package = pkgs.postgresql_14;
|
package = pkgs.postgresql_14;
|
||||||
|
|
||||||
enableTCPIP = true;
|
|
||||||
|
|
||||||
authentication = lib.mkOverride 10 ''
|
authentication = lib.mkOverride 10 ''
|
||||||
# Type Database DBUser Authentication IdentMap
|
# Type Database DBUser Authentication IdentMap
|
||||||
local sameuser all peer map=superuser_map
|
local sameuser all peer map=superuser_map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue