{ config, pkgs, inputs, ... }: { imports = [ ]; services.ollama = { enable = true; host = "0.0.0.0"; openFirewall = true; }; }