{...}: { imports = [ ./hosts.nix ]; networking.firewall = { allowedTCPPorts = [80 443]; }; services.nginx = { enable = true; }; }