Scoped environment variable to ollama
This commit is contained in:
@@ -50,9 +50,11 @@
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# Ollama as a service
|
||||
services.ollama.enable = true;
|
||||
environment.variables = {
|
||||
OLLAMA_ORIGINS = "moz-extension://*";
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
environmentVariables = {
|
||||
OLLAMA_ORIGINS = "moz-extension://*";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable fish shell
|
||||
|
||||
Reference in New Issue
Block a user