Compare commits
No commits in common. "fcc7c227397f93758d6c6ee5a000476603300608" and "512d9cc0f7409b1865264999433a5c81423e2e95" have entirely different histories.
fcc7c22739
...
512d9cc0f7
1 changed files with 1 additions and 4 deletions
|
|
@ -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} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue