Skip to content

Commit

Permalink
Enable extra nextcloud apps
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 3, 2023
1 parent 250971f commit 7d4a6d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hosts/server/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,12 @@ in
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit calendar contacts memories tasks;
gpoddersync = pkgs.fetchNextcloudApp rec {
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.1/gpoddersync.tar.gz";
sha256 = "sha256-Hi/fBSzO6sjHI4at03mtoiIrc/DtxpdzZb7vT06X4Ag=";
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz";
sha256 = "sha256-eeBvRZUDVIaym0ngfPD2d7aY3SI/7lPWkrYPnqSh5Kw=";
license = "agpl3Plus";
};
};
extraAppsEnable = true;
};
};
}

0 comments on commit 7d4a6d9

Please sign in to comment.