chore(whitby): upgrade to PostgreSQL 12

Relates to b/330

Change-Id: I9169374a2324dc39e539d3e803f8ab15a308e5fd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9945
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-11-05 11:50:34 +03:00 committed by tazjin
parent 829bc9b932
commit e60478ae3c

View file

@ -435,6 +435,7 @@ in
services.postgresql = {
enable = true;
enableTCPIP = true;
package = pkgs.postgresql_12;
authentication = lib.mkForce ''
local all all trust