nixos/postgresql: Change local auth method from ident to peer (#80179)
This commit is contained in:
parent
9b57092c19
commit
c359c6959a
@ -251,7 +251,7 @@ in
|
|||||||
services.postgresql.authentication = mkAfter
|
services.postgresql.authentication = mkAfter
|
||||||
''
|
''
|
||||||
# Generated file; do not edit!
|
# Generated file; do not edit!
|
||||||
local all all ident
|
local all all peer
|
||||||
host all all 127.0.0.1/32 md5
|
host all all 127.0.0.1/32 md5
|
||||||
host all all ::1/128 md5
|
host all all ::1/128 md5
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user