switch to nextcloud27
This commit is contained in:
parent
e2b69a36f7
commit
868f28ca68
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in
|
||||||
# not loading to realize those scripts are inserted by extensions. Doh.
|
# not loading to realize those scripts are inserted by extensions. Doh.
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud26;
|
package = pkgs.nextcloud27;
|
||||||
|
|
||||||
# Enable php-fpm and nginx which will be behind the shb haproxy instance.
|
# Enable php-fpm and nginx which will be behind the shb haproxy instance.
|
||||||
hostName = fqdn;
|
hostName = fqdn;
|
||||||
|
|
Loading…
Reference in a new issue