add ip mask to the host statement
This commit is contained in:
parent
4c1e31f791
commit
490a5a8148
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
enableTCPIP = true;
|
||||
package = pkgs.postgresql_17_jit;
|
||||
authentication = lib.mkForce ''
|
||||
local all all peer
|
||||
host all all 127.0.0.1 scram-sha-256
|
||||
local all all peer
|
||||
host all all 127.0.0.1/32 scram-sha-256
|
||||
'';
|
||||
};
|
||||
services.postgresqlBackup = {
|
||||
|
|
Loading…
Reference in a new issue