Compare commits

..

No commits in common. "fcc7c227397f93758d6c6ee5a000476603300608" and "512d9cc0f7409b1865264999433a5c81423e2e95" have entirely different histories.

View file

@ -4,7 +4,7 @@
# Nextcloud # Nextcloud
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud29;
hostName = "suite.hemono.fr"; hostName = "suite.hemono.fr";
https = true; https = true;
# phpOptions = { # phpOptions = {
@ -21,9 +21,6 @@
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} = {