diff --git a/modules/system.nix b/modules/system.nix index 5f5581e..91f2289 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -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;