From e4963ba7de027527e9362a7b06639c93f14a7d99 Mon Sep 17 00:00:00 2001 From: Clayton Hickey Date: Sun, 8 Feb 2026 15:37:07 -0500 Subject: [PATCH] reenable Nextcloud tasks --- nixnas/nixnas.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixnas/nixnas.nix b/nixnas/nixnas.nix index 8e3050f..d560d18 100644 --- a/nixnas/nixnas.nix +++ b/nixnas/nixnas.nix @@ -136,7 +136,7 @@ in extraApps = let apps = config.services.nextcloud.package.packages.apps; in { contacts = apps.contacts; calendar = apps.calendar; - #tasks = apps.tasks; + tasks = apps.tasks; news = apps.news; notes = apps.notes; forms = apps.forms;