feat: Update ollama module location

This commit is contained in:
uttarayan21
2025-05-07 12:29:19 +05:30
parent 999774e866
commit 0cf1eec7b5

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [../../../modules/ollama.nix]; imports = [../../../modules/macos/ollama.nix];
services.ollama = { services.ollama = {
enable = true; enable = true;
host = "127.0.0.1"; host = "127.0.0.1";
@@ -14,4 +14,3 @@
}; };
}; };
} }