fix: dbType -> dbtype

main
Louis Pearson 2024-01-07 01:32:26 -07:00
parent aa92f6afaa
commit 3fa9d96d42
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
# Use postgres
database.createLocally = true;
config.dbType = "pgsql";
config.dbtype = "pgsql";
config.dbpassFile = "/var/nextcloud-db-pass";
};
services.phpfpm.pools.nextcloud.settings = {