potentially fix sth for pg_hba auth??

This commit is contained in:
Clara Dautermann 2025-07-26 19:46:17 +02:00
parent 7e8660fca5
commit a62dd33ac9
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -7,6 +7,15 @@
redis.createLocally = true;
};
services.postgresql = {
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local zammad zammad trust
local postgres postgres trust
'';
};
networking.firewall.allowedTCPPorts = [
config.services.zammad.port