Set nextcloud dbtype = pgsql (required since 25.05)
This commit is contained in:
parent
6e293a5c8d
commit
540f819b18
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = "/etc/nextcloud-secrets/admin-password";
|
adminpassFile = "/etc/nextcloud-secrets/admin-password";
|
||||||
|
dbtype = "pgsql";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
default_phone_region = "BR";
|
default_phone_region = "BR";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue