potentially fix sth for pg_hba auth??
This commit is contained in:
parent
7e8660fca5
commit
a62dd33ac9
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue