Allow local connextions.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 4m26s

This commit is contained in:
Root User 2026-02-21 14:03:45 +01:00
parent 3beaad7928
commit 43dc281e5a
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -109,6 +109,8 @@ in {
authentication = pkgs.lib.mkOverride 10 '' authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method #type database DBuser auth-method
local all all trust local all all trust
host all all 127.0.0.1/32 scram-sha-256
host all all ::1/128 scram-sha-256
''; '';
}; };