integrate openai

This commit is contained in:
glenn 2024-07-24 13:55:02 +02:00
parent a4fc0522c2
commit 59b0507466
2 changed files with 5 additions and 7 deletions

View file

@ -101,7 +101,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 spreed memories previewgenerator;
inherit mail calendar contacts notes onlyoffice cookbook spreed memories previewgenerator integration_openai;
};
config = {
overwriteProtocol = "https";