kasei/postgres: bump from 14 -> 17

This commit is contained in:
Oystein Kristoffer Tveit 2025-02-26 10:20:16 +01:00
parent b2e9ae5130
commit 5a168a6e5d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,8 +1,9 @@
{ ... }: { pkgs, ... }:
{ {
services.postgresql = { services.postgresql = {
enable = true; enable = true;
enableTCPIP = true; enableTCPIP = true;
package = pkgs.postgresql_17;
authentication = '' authentication = ''
# tailscale xps # tailscale xps
host all all 100.94.170.21/32 md5 host all all 100.94.170.21/32 md5