games-night/modules/ollama.nix

8 lines
84 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:39:24 +02:00
};
}