nixos/hosts/hub/apps/ollama.nix
2025-02-14 13:01:44 -06:00

6 lines
72 B
Nix

{
services.ollama = {
enable = true;
host = "0.0.0.0";
};
}