{pkgs, ...}: { networking.hostName = "bluellama"; homebrew = { brews = [ { name = "ollama"; restart_service = "changed"; } { name = "tailscale"; restart_service = "changed"; } "podman" "podman-compose" ]; }; }