nixos/hosts/hub/apps/ollama.nix

7 lines
72 B
Nix
Raw Permalink Normal View History

2025-01-29 14:29:16 -06:00
{
2025-02-14 13:01:44 -06:00
services.ollama = {
enable = true;
host = "0.0.0.0";
};
}