Nextcloud: switch to 27

This commit is contained in:
Filippo Berto 2023-07-10 17:56:01 +01:00
parent 4fbdfd9761
commit f4867a3d07
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 2 additions and 1 deletions

View file

@ -488,6 +488,7 @@ with lib; {
"met" "met"
"meteoalarm" "meteoalarm"
"network" "network"
"nextcloud"
"nmap_tracker" "nmap_tracker"
"notify" "notify"
"ping" "ping"

View file

@ -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";