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