{ pkgs, ... }: { environment.systemPackages = with pkgs; [ ollama ]; networking.firewall.allowedTCPPorts = [ 11434 ]; # TODO: Add SystemD services to start / stop ollama serve }