remove news app from nextcloud

This commit is contained in:
2023-08-18 19:14:32 +02:00
parent 9474c4cf2a
commit d9977599fc

View File

@@ -13,7 +13,7 @@
# Instead of using pkgs.nextcloud27Packages.apps,
# we'll reference the package version specified above
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit news contacts calendar tasks;
inherit contacts calendar tasks;
};
extraAppsEnable = true;
config.adminpassFile = config.sops.secrets.nextcloud-adminpass.path;