nix-config/hosts/m3-nix/services/ollama.nix

8 lines
71 B
Nix
Raw Normal View History

2024-05-15 09:25:27 +00:00
{
config,
pkgs,
...
}: {
services.ollama = {enable = true;};
}