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
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
hostName = "suite.hemono.fr";
|
||||
https = true;
|
||||
# phpOptions = {
|
||||
|
|
@ -21,6 +21,9 @@
|
|||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar contacts;
|
||||
};
|
||||
settings = {
|
||||
default_phone_region = "FR";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue