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