fix: add setting as per recommendation

This commit is contained in:
Julien Hémono 2024-10-20 21:26:07 +02:00
parent 512d9cc0f7
commit 251f2341ff

View file

@ -21,6 +21,9 @@
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) calendar contacts; inherit (config.services.nextcloud.package.packages.apps) calendar contacts;
}; };
settings = {
default_phone_region = "FR";
};
}; };
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = { services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {