Compare commits

..

No commits in common. "5c7e9b67b52116275f40b1e6e10672df529200cb" and "97f38fd16e4dbc8aa1e122327e5659cdb8b2e4f1" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ let
in in
{ {
environment = { environment = {
systemPackages = [ ollamaPkg pkgs.aichat ]; systemPackages = [ ollamaPkg ];
variables = { variables = {
OLLAMA_ORIGINS = "*"; OLLAMA_ORIGINS = "*";
}; };
@ -65,7 +65,7 @@ in
]; ];
environment = { environment = {
OLLAMA_BASE_URL = "https://${backendDomain}"; OLLAMA_API_BASE_URL = "https://${backendDomain}/api";
}; };
extraOptions = [ extraOptions = [

View File

@ -55,7 +55,6 @@ in
shellcheck shellcheck
shfmt shfmt
gopls gopls
aichat
# ] ++ pythonPkgs ++ nodePkgs; # ] ++ pythonPkgs ++ nodePkgs;
] ++ nodePkgs; ] ++ nodePkgs;
sessionVariables = { sessionVariables = {