{ config, lib, pkgs, ... }: { services.nginx.virtualHosts."awful.systems".locations."/git" = { proxyPass = "http://these/git"; }; }