[nextcloud] add deck and polls
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m22s

This commit is contained in:
2025-01-23 17:31:38 +01:00
parent 13dd22b2ed
commit c8f7358ac2

View File

@@ -46,7 +46,7 @@ with lib;
};
extraAppsEnable = true;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) contacts calendar;
inherit (config.services.nextcloud.package.packages.apps) contacts calendar deck polls;
collectives = pkgs.fetchNextcloudApp {
sha256 = "sha256-cj/8FhzxOACJaUEu0eG9r7iAQmnOG62yFHeyUICalFY=";
url = "https://github.com/nextcloud/collectives/releases/download/v2.15.2/collectives-2.15.2.tar.gz";