From 6e8b349f30c424bf20441aae4d616ed0b0851946 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 5 Dec 2024 22:39:40 +1000 Subject: [PATCH] =?UTF-8?q?trajto(nextcloud):=20=C4=9Disdatigi=20al=20v30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Progresses #3 --- profiles/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };