Adding gpoddersync

This commit is contained in:
Lyes Saadi 2025-11-01 12:39:45 +01:00
parent 983ee8a471
commit 25ff7c383a
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -15,7 +15,12 @@
extraAppsEnable = true; extraAppsEnable = true;
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) mail calendar contacts user_oidc notes richdocuments tasks news dav_push gpoddersync repod phonetrack music; 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 = { config = {