nextcloud: switch over to using postgresql

This commit is contained in:
silver 2023-10-26 17:38:15 +01:00
parent eebf1845cb
commit 011bc91795

View file

@ -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;
};