forked from hacc/haccfiles
nextcloud28 → nextcloud29
This commit is contained in:
parent
9e7f02ae7b
commit
87b1f4a0eb
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
# must be set manually; may not be incremented by more than one at
|
||||
# a time, otherwise nextcloud WILL break
|
||||
package = pkgs.nextcloud27;
|
||||
package = pkgs.nextcloud29;
|
||||
|
||||
home = "/persist/nextcloud";
|
||||
https = true;
|
||||
|
@ -39,7 +39,7 @@
|
|||
"pm.start_servers" = "2";
|
||||
};
|
||||
|
||||
extraOptions = {
|
||||
settings = {
|
||||
instanceid = "ocxlphb7fbju";
|
||||
datadirectory = "/persist/nextcloud/data";
|
||||
loglevel = 0;
|
||||
|
|
Loading…
Reference in a new issue