fix deprecation
This commit is contained in:
parent
dca29c0156
commit
058265c410
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -46,7 +46,7 @@ in
|
|||
enable = true;
|
||||
https = true;
|
||||
hostName = vhosts.nextcloud_host.host;
|
||||
package = pkgs.nextcloud28;
|
||||
package = pkgs.nextcloud29;
|
||||
caching.redis = true;
|
||||
|
||||
extraApps = {
|
||||
|
|
Loading…
Reference in a new issue