games-night/modules/ollama.nix

9 lines
106 B
Nix
Raw Normal View History

2025-09-14 15:39:24 +02:00
{ ... }:
{
services.ollama = {
enable = true;
2025-09-14 15:45:25 +02:00
openFirewall = true;
2025-09-14 15:50:05 +02:00
host = "0.0.0.0";
2025-09-14 15:39:24 +02:00
};
}