Removing tasks extension

This commit is contained in:
Lyes Saadi 2025-10-20 02:47:55 +02:00
parent a665ef1a0e
commit 83aa2cb32a
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -11,7 +11,7 @@
extraAppsEnable = true; extraAppsEnable = true;
extraApps = { extraApps = {
inherit (pkgs.nextcloud32Packages.apps) mail calendar contacts user_oidc notes richdocuments tasks; inherit (config.services.nextcloud.package.packages.apps) mail calendar contacts user_oidc notes richdocuments;
}; };
config = { config = {