services: nextcloud: switch to new settings
This commit is contained in:
parent
b6b246f6f4
commit
6a0f69e5c1
|
@ -67,10 +67,6 @@ in {
|
|||
maxUploadSize = "1G";
|
||||
|
||||
config = {
|
||||
overwriteProtocol = "https";
|
||||
|
||||
defaultPhoneRegion = "FR";
|
||||
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
dbname = dbName;
|
||||
|
@ -79,6 +75,11 @@ in {
|
|||
adminuser = "admin";
|
||||
adminpassFile = cfg.adminpassFile;
|
||||
};
|
||||
|
||||
settings = {
|
||||
default_phone_region = "FR";
|
||||
overwriteprotocol = "https";
|
||||
};
|
||||
};
|
||||
|
||||
users.groups.media.members = ["nextcloud"];
|
||||
|
|
Loading…
Reference in a new issue