Nextcloud: move phone_region setting
This commit is contained in:
parent
5217eed647
commit
d5f0d81ada
|
@ -31,11 +31,13 @@
|
|||
database.createLocally = true;
|
||||
configureRedis = true;
|
||||
|
||||
settings = {
|
||||
default_phone_region = "FR";
|
||||
};
|
||||
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
||||
defaultPhoneRegion = "FR";
|
||||
|
||||
adminuser = "dala";
|
||||
adminpassFile = config.sops.secrets.nextcloud_admin_pw.path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue