Add twofactor_nextcloud_notification app to NextCloud

This commit is contained in:
Chris Toph 2024-09-18 23:50:36 -04:00
parent 74fa47c867
commit 24d157223d

View file

@ -25,7 +25,7 @@
extraAppsEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; {
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit calendar contacts mail notes tasks registration spreed;
inherit calendar contacts mail notes tasks registration spreed twofactor_nextcloud_notification;
# Custom app installation example.
# cookbook = pkgs.fetchNextcloudApp rec {