nextcloud: remove postgres configuration

main
LeRoyce Pearson 2024-01-07 09:21:58 -07:00
parent 97af0dfd02
commit bd2147b258
1 changed files with 0 additions and 5 deletions

View File

@ -204,11 +204,6 @@
# Auto update apps # Auto update apps
autoUpdateApps.enable = true; autoUpdateApps.enable = true;
# Use postgres
database.createLocally = true;
config.dbtype = "pgsql";
config.dbpassFile = "/var/nextcloud-db-pass";
}; };
services.phpfpm.pools.nextcloud.settings = { services.phpfpm.pools.nextcloud.settings = {
"listen.owner" = config.services.caddy.user; "listen.owner" = config.services.caddy.user;