diff --git a/modules/nextcloud-server.nix b/modules/nextcloud-server.nix index 624b552..8cf37f3 100644 --- a/modules/nextcloud-server.nix +++ b/modules/nextcloud-server.nix @@ -70,7 +70,7 @@ in # not loading to realize those scripts are inserted by extensions. Doh. services.nextcloud = { enable = true; - package = pkgs.nextcloud26; + package = pkgs.nextcloud27; # Enable php-fpm and nginx which will be behind the shb haproxy instance. hostName = fqdn;