From f07c4ae0d320e19f322508843e8f267278a082b6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 11 Jan 2026 21:02:39 -0600 Subject: [PATCH] fix homebox --- system/services/containers/ollama/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/containers/ollama/default.nix b/system/services/containers/ollama/default.nix index 7755097..3843cff 100644 --- a/system/services/containers/ollama/default.nix +++ b/system/services/containers/ollama/default.nix @@ -72,7 +72,7 @@ system = "x86_64-linux"; config.allowUnfree = true; }; - in pkgs-us.ollama; + in pkgs-us.ollama-cuda; host = "0.0.0.0";