6 lines
72 B
Nix
6 lines
72 B
Nix
{
|
|
services.ollama = {
|
|
enable = true;
|
|
host = "0.0.0.0";
|
|
};
|
|
}
|