{ appConfig, ... }: { services.nginx.enable = true; services.nginx.virtualHosts.${appConfig.domain}.locations."/".root = appConfig.root; }