Compare commits
2 commits
512d9cc0f7
...
fcc7c22739
| Author | SHA1 | Date | |
|---|---|---|---|
| fcc7c22739 | |||
| 251f2341ff |
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
hostName = "suite.hemono.fr";
|
hostName = "suite.hemono.fr";
|
||||||
https = true;
|
https = true;
|
||||||
# phpOptions = {
|
# phpOptions = {
|
||||||
|
|
@ -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} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue