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

8 lines
71 B
Nix

{
config,
pkgs,
...
}: {
services.ollama = {enable = true;};
}