From 97e0e0eeb5f11cdb1527501054bb211bbbb584a9 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 6 Jun 2024 00:57:58 +1000 Subject: [PATCH] nextcloud: upgraded to v29 --- profiles/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {