diff --git a/configuration.nix b/configuration.nix index f3df21e..4aa5907 100644 --- a/configuration.nix +++ b/configuration.nix @@ -302,6 +302,16 @@ # Auto update apps autoUpdateApps.enable = true; + + extraApps = { + gpodderSync = pkgs.fetchNextcloudApp { + appName = "Gpodder Sync"; + appVersion = "3.8.2"; + sha256 = "sha256-eeBvRZUDVIaym0ngfPD2d7aY3SI/7lPWkrYPnqSh5Kw="; + license = "agpl3Plus"; + url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz"; + }; + }; }; services.phpfpm.pools.nextcloud.settings = { "listen.owner" = config.services.caddy.user;