Revert "Adding cospend to nextcloud"

This reverts commit e2946c9fb7.
This commit is contained in:
Lyes Saadi 2026-02-15 03:42:13 +01:00
parent b6352c36c1
commit 7aa35d9249
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 44 additions and 44 deletions

View file

@ -15,12 +15,12 @@
extraAppsEnable = true;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) mail calendar contacts cospend user_oidc notes richdocuments tasks news dav_push repod gpoddersync phonetrack music;
# gpoddersync = pkgs.fetchNextcloudApp {
# hash = "sha256-EQVs1fe0ierjqFZ5+KVc1Yj67zrwjLBAzY5A+QsC7AU=";
# url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.13.2r/gpoddersync.tar.gz";
# license = "agpl3Only";
# };
inherit (config.services.nextcloud.package.packages.apps) mail calendar contacts user_oidc notes richdocuments tasks news dav_push repod phonetrack music;
gpoddersync = pkgs.fetchNextcloudApp {
hash = "sha256-EQVs1fe0ierjqFZ5+KVc1Yj67zrwjLBAzY5A+QsC7AU=";
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.13.2r/gpoddersync.tar.gz";
license = "agpl3Only";
};
};
config = {