diff --git a/profiles/nextcloud.nix b/profiles/nextcloud.nix index 44b68c4..ecc045c 100644 --- a/profiles/nextcloud.nix +++ b/profiles/nextcloud.nix @@ -39,7 +39,7 @@ enable = true; # Run regular auto update of all apps installed startAt = "01:00:00"; # When to run the update }; - package = pkgs.nextcloud29; + package = pkgs.nextcloud30; extraApps = with config.services.nextcloud.package.packages.apps; { inherit calendar contacts deck gpoddersync notes tasks twofactor_webauthn; };