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;
|
enableTCPIP = true;
|
||||||
package = pkgs.postgresql_17_jit;
|
package = pkgs.postgresql_17_jit;
|
||||||
authentication = lib.mkForce ''
|
authentication = lib.mkForce ''
|
||||||
local all all peer
|
local all all peer
|
||||||
host all all 127.0.0.1 scram-sha-256
|
host all all 127.0.0.1/32 scram-sha-256
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue