{ config, lib, ... }: with lib; mkIf (elem "ollama" config.machine.services) { services.ollama = { enable = true; }; }