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