{ config, lib, ... }: { services.nginx = { enable = true; virtualHosts."localhost" = { default = true; root = "/var/www/landing-page"; }; }; }