Upgrade wind to postgres 16

This commit is contained in:
Amanda Graven 2023-12-08 14:58:35 +01:00
parent 71c97ab7a5
commit fec23849d3
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -2,7 +2,7 @@
{
services.postgresql = {
enable = true;
package = pkgs.postgresql_13;
package = pkgs.postgresql_16;
initialScript = pkgs.writeText "synapse-init.sql" ''
CREATE ROLE synapse;
CREATE DATABASE synapse WITH OWNER synapse