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

7 lines
84 B
Nix

{ ... }:
{
services.ollama = {
enable = true;
openFirewall = true;
};
}