games-night/modules/ollama.nix
2025-09-14 15:50:05 +02:00

8 lines
106 B
Nix

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