integrate openai
This commit is contained in:
parent
a4fc0522c2
commit
59b0507466
2 changed files with 5 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue