{ pkgs, lib, config, ... }: { services.nginx = { recommendedProxySettings = true; recommendedOptimisation = true; recommendedGzipSettings = true; recommendedTlsSettings = true; }; }