fix nextcloud settings

This commit is contained in:
Gerg-L 2024-01-22 20:17:17 -05:00
parent eeca4a57fb
commit be84981080
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -13,11 +13,13 @@ _:
autoUpdateApps.enable = false;
database.createLocally = true;
config = {
overwriteProtocol = "https";
dbtype = "pgsql";
adminpassFile = config.sops.secrets.nextcloud.path;
adminuser = "admin-root";
defaultPhoneRegion = "US";
};
extraOptions = {
overwriteprotocol = "https";
default_phone_region = "US";
};
};
#_file