Added OLLAMA_ORIGINS env variable
This commit is contained in:
@@ -51,6 +51,9 @@
|
|||||||
|
|
||||||
# Ollama as a service
|
# Ollama as a service
|
||||||
services.ollama.enable = true;
|
services.ollama.enable = true;
|
||||||
|
environment.variables = {
|
||||||
|
OLLAMA_ORIGINS = "moz-extension://*";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable fish shell
|
# Enable fish shell
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user