{ ... }: { services.nginx = { enable = true; appendHttpConfig = '' access_log off; ''; }; networking.firewall.allowedTCPPorts = [ 8443 31820 ]; networking.firewall.allowedUDPPorts = [ 8443 ]; }