nixos/postgresql: Change local auth method from ident to peer (#80179)
This commit is contained in:
parent
9b57092c19
commit
c359c6959a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ in
|
|||
services.postgresql.authentication = mkAfter
|
||||
''
|
||||
# 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 ::1/128 md5
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue