This commit is contained in:
2025-07-16 14:58:49 +03:00
parent b5e007d306
commit 258665fa35

View File

@@ -48,7 +48,7 @@
extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit calendar contacts mail notes tasks;
inherit calendar mail notes tasks;
# # Custom app installation example.
# cookbook = pkgs.fetchNextcloudApp rec {