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