Add twofactor_nextcloud_notification app to NextCloud
This commit is contained in:
parent
74fa47c867
commit
24d157223d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue