nextcloud talk added

This commit is contained in:
glenn 2024-07-13 15:35:16 +02:00
parent 1bded45a65
commit cb7776a305

View file

@ -93,7 +93,7 @@ in {
extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit mail calendar contacts notes onlyoffice cookbook;
inherit mail calendar contacts notes onlyoffice cookbook spreed;
};
config = {
overwriteProtocol = "https";