aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/ai.nix
blob: 4bdb8e08246b08f37833e14b2e293faa9b8b1f31 (plain)
1
2
3
4
{pkgs, ...}: {
  services.ollama.enable = true;
  # environment.systemPackages = [pkgs.mcphost];
}