Adding cospend to nextcloud

This commit is contained in:
Lyes Saadi 2026-02-10 17:42:45 +01:00
parent f0db1e2177
commit e2946c9fb7
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 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";
};
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";
# };
};
config = {