1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Disable PostgreSQL TCPIP

This commit is contained in:
RGBCube 2024-01-17 18:48:42 +03:00
parent b53d81258b
commit 69a8cbb049
No known key found for this signature in database

View file

@ -20,8 +20,6 @@
services.postgresql = enabled {
package = pkgs.postgresql_14;
enableTCPIP = true;
authentication = lib.mkOverride 10 ''
# Type Database DBUser Authentication IdentMap
local sameuser all peer map=superuser_map