Nextcloud: switch to 27
This commit is contained in:
parent
4fbdfd9761
commit
f4867a3d07
2 changed files with 2 additions and 1 deletions
|
|
@ -488,6 +488,7 @@ with lib; {
|
||||||
"met"
|
"met"
|
||||||
"meteoalarm"
|
"meteoalarm"
|
||||||
"network"
|
"network"
|
||||||
|
"nextcloud"
|
||||||
"nmap_tracker"
|
"nmap_tracker"
|
||||||
"notify"
|
"notify"
|
||||||
"ping"
|
"ping"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud26;
|
package = pkgs.nextcloud27;
|
||||||
|
|
||||||
hostName = "my-nextcloud.bertof.net";
|
hostName = "my-nextcloud.bertof.net";
|
||||||
maxUploadSize = "24G";
|
maxUploadSize = "24G";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue