From bd8ac689cf685339274226480e843764c30f8ce1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 12 May 2024 17:37:06 +0300 Subject: [PATCH] Tasks doesn't support nextcloud29 yet --- hosts/cube/nextcloud/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cube/nextcloud/default.nix b/hosts/cube/nextcloud/default.nix index ebaec5d..5b37ddc 100644 --- a/hosts/cube/nextcloud/default.nix +++ b/hosts/cube/nextcloud/default.nix @@ -101,7 +101,7 @@ in systemConfiguration { inherit (nextcloudPackage.packages.apps) bookmarks calendar contacts deck forms groupfolders impersonate mail - maps notes polls previewgenerator tasks; + maps notes polls previewgenerator; # tasks; # Add: files_markdown files_texteditor memories news };