fix deprecation
This commit is contained in:
parent
dca29c0156
commit
058265c410
@ -89,7 +89,7 @@ in
|
|||||||
name = "psycopg2";
|
name = "psycopg2";
|
||||||
args = {
|
args = {
|
||||||
host = "localhost";
|
host = "localhost";
|
||||||
port = config.services.postgresql.port;
|
port = config.services.postgresql.settings.port;
|
||||||
dbname = "synapse";
|
dbname = "synapse";
|
||||||
user = "synapse";
|
user = "synapse";
|
||||||
cp_min = 5;
|
cp_min = 5;
|
||||||
|
@ -46,7 +46,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
https = true;
|
https = true;
|
||||||
hostName = vhosts.nextcloud_host.host;
|
hostName = vhosts.nextcloud_host.host;
|
||||||
package = pkgs.nextcloud28;
|
package = pkgs.nextcloud29;
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
|
|
||||||
extraApps = {
|
extraApps = {
|
||||||
|
Loading…
Reference in New Issue
Block a user