fix deprecation

This commit is contained in:
Grimmauld 2024-05-09 14:57:35 +02:00
parent dca29c0156
commit 058265c410
Signed by: Grimmauld
GPG Key ID: C2946668769F91FB
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ in
name = "psycopg2";
args = {
host = "localhost";
port = config.services.postgresql.port;
port = config.services.postgresql.settings.port;
dbname = "synapse";
user = "synapse";
cp_min = 5;

View File

@ -46,7 +46,7 @@ in
enable = true;
https = true;
hostName = vhosts.nextcloud_host.host;
package = pkgs.nextcloud28;
package = pkgs.nextcloud29;
caching.redis = true;
extraApps = {