From 0cf1eec7b57652dee04f7c4ccabc6b0ffadca83c Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 7 May 2025 12:29:19 +0530 Subject: [PATCH] feat: Update ollama module location --- darwin/kuro/services/ollama.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/darwin/kuro/services/ollama.nix b/darwin/kuro/services/ollama.nix index 5058ac65..f128c2c9 100644 --- a/darwin/kuro/services/ollama.nix +++ b/darwin/kuro/services/ollama.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - imports = [../../../modules/ollama.nix]; + imports = [../../../modules/macos/ollama.nix]; services.ollama = { enable = true; host = "127.0.0.1"; @@ -14,4 +14,3 @@ }; }; } -