nextcloud: update to nextcloud28
This commit is contained in:
parent
6b541c0fac
commit
48683c6b2f
|
@ -16,7 +16,7 @@ in
|
|||
nextcloud = {
|
||||
enable = true;
|
||||
configureRedis = true;
|
||||
package = pkgs.nextcloud27;
|
||||
package = pkgs.nextcloud28;
|
||||
hostName = domain;
|
||||
https = true; # Use https for all urls
|
||||
phpExtraExtensions = all: [
|
||||
|
|
Loading…
Reference in a new issue