nextcloud: switch over to using postgresql
This commit is contained in:
parent
eebf1845cb
commit
011bc91795
1 changed files with 3 additions and 0 deletions
|
@ -74,7 +74,10 @@ in {
|
|||
hostName = domain;
|
||||
https = true;
|
||||
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
defaultPhoneRegion = "IE";
|
||||
trustedProxies = ["193.1.99.65"];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_pass.path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue