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;
|
hostName = domain;
|
||||||
https = true;
|
https = true;
|
||||||
|
|
||||||
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
|
dbtype = "pgsql";
|
||||||
|
defaultPhoneRegion = "IE";
|
||||||
trustedProxies = ["193.1.99.65"];
|
trustedProxies = ["193.1.99.65"];
|
||||||
adminpassFile = config.age.secrets.nextcloud_admin_pass.path;
|
adminpassFile = config.age.secrets.nextcloud_admin_pass.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue