From 45598c53e4a4376c665423f2451a619ea26448f3 Mon Sep 17 00:00:00 2001 From: Lucy Date: Sun, 14 Sep 2025 15:50:05 +0200 Subject: [PATCH] meow --- modules/ollama.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ollama.nix b/modules/ollama.nix index eeec5ea..f1bd99f 100644 --- a/modules/ollama.nix +++ b/modules/ollama.nix @@ -3,5 +3,6 @@ services.ollama = { enable = true; openFirewall = true; + host = "0.0.0.0"; }; }