{ config, pkgs, lib, ... }: { services.caddy.virtualHosts = { "pitch.syzygial.cc" = { extraConfig = '' reverse_proxy 127.0.0.1:7123 ''; }; }; }