{ ... }: { services.nginx = { enable = true; virtualHosts = { "ppc" = { locations."/" = { root = ./html; }; }; }; }; }