Use postgres instead of sqlite

main
Louis Pearson 2024-01-07 01:27:54 -07:00
parent 6166d5d019
commit 719c7d9149
1 changed files with 8 additions and 0 deletions

View File

@ -201,6 +201,14 @@
"100.64.0.3"
];
caching.apcu = true;
# Auto update apps
autoUpdateApps = true;
# Use postgres
database.createLocally = true;
config.dbType = "pgsql";
config.dbpassFile = "/var/nextcloud-db-pass";
};
services.phpfpm.pools.nextcloud.settings = {
"listen.owner" = config.services.caddy.user;