diff --git a/cells/nixos/profiles/ollama.nix b/cells/nixos/profiles/ollama.nix index cdab666..966a41f 100644 --- a/cells/nixos/profiles/ollama.nix +++ b/cells/nixos/profiles/ollama.nix @@ -8,6 +8,6 @@ if pkgs.config.cudaSupport then "cuda" else null; - listenAddress = "127.0.0.1:11434"; + listenAddress = "0.0.0.0:11434"; }; }