tsuki/postgresql: 14 -> 17

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-13 16:24:19 +01:00
parent ccc72027c5
commit c68a6515ef
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -4,6 +4,7 @@ in {
services.postgresql = {
enable = true;
enableTCPIP = true;
package = pkgs.postgresql_17;
authentication = pkgs.lib.mkOverride 10 ''
local all all trust
host all all 127.0.0.1/32 trust