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