Compare commits

..

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

View file

@ -4,7 +4,7 @@
# Nextcloud
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud29;
hostName = "suite.hemono.fr";
https = true;
# phpOptions = {
@ -21,9 +21,6 @@
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) calendar contacts;
};
settings = {
default_phone_region = "FR";
};
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {