Added OLLAMA_ORIGINS env variable

This commit is contained in:
2024-07-10 09:52:12 -03:00
parent 44eb51b78d
commit 97125afbfa

View File

@@ -51,6 +51,9 @@
# Ollama as a service
services.ollama.enable = true;
environment.variables = {
OLLAMA_ORIGINS = "moz-extension://*";
};
# Enable fish shell
programs.fish.enable = true;